Based on tutorial from makeschool.org.
MakeSchool was a coding bootcamp that went under. Most content was made free and I found this and decided to follow along.
To run, git clone and add a MONGO connection string.
- Express
- Mongoose
- Handlebars
- Replaced SQL for MONGO.
- Avoided using '@handlebars/allow-prototype-access' by using Mongoose and its lean method.
- Authentication
- File Structure i.e. Controller
- Picsum
- Stack Overflow - setting up express-handlebars
- NPM - express-handlebars
- Github - handlebars prototype access
- Stack Overflow - Mongoose Sort
- Stack Overflow - lean() *
- Mastering JS - Mongoose Update
- Stack Overflow - Nested Routes Express
- Mastering JS - ObjectID
- Stack Overflow - Mongo ID
- Stack Overflow - Mongoose ObjectId convert
- Handlebars - Handlebars each
- Stack Overflow - handlebars object object
- Stack Overflow - Access variable outside the scope of a handlebars loop *