Following The Odin Project Node tutorials. https://www.theodinproject.com/paths/full-stack-javascript/courses/nodejs
The following list is the order in which I have implemented and practiced the Backened concepts taught within their respective project folder names.
- node-tutorial
- BasicInfoSite (implemented express basics)
- expressIntro
- miniMsgBoard
- forms
- dbintro
Necessary dependencies to install when working with Backend:
- express
- express-async-handler (for controllers)
- ejs
- express-validation (for forms validator to use bod() and validationResult())