Skip to content

jonsetzky/fullstackopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

285 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullstackopen

3.11 (and 3.10)

Setup doesn't completely follow instructions as frontend is served by Render instead of Express. This is to avoid committing the build (dist dir) to git. This setup does however require CORS setup as well as having to pass backend's URL as env variable to frontend.

3.21

The approach I initially chose contradicts the note at the bottom of this task stating that frontend shouldn't be directly deployed. I can't come up with a reason why the embedded frontend approach would be better over separate deployments. However, in order to comply with the task, I changed the approach at this task and embedded the frontend's build in Git.

4.16

The instructions note that password restrictions shouldn't be handled by Mongoose validation, but in my approach it's possible as hashing is done in the pre-save hook.

4.18

All endpoints that modify the database require authentication.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published