- aca-database
- https://github.com/AustinCodingAcademy/mongodb-practice
- Add cors if necessary https://enable-cors.org/server_expressjs.html
- Understand what an ORM is
- Be able to build mongoose Models based on schemas
- Know how to write a nodejs program that uses mongoose to save things to a database and retrieve things from a database
- Day 10
- https://mongoosejs.com/
- https://stackoverflow.com/questions/28712248/difference-between-mongodb-and-mongoose
- https://en.wikipedia.org/wiki/Object-relational_mapping
- Where does the mongoose code go in our express web servers?
- https://github.com/AustinCodingAcademy/database-client
- express-practice part 5
- checkpoint 1
- Research ORM and VM
- Online Lessons Day 10 and 11
- What is GraphQL. Compare it to REST.
- How does Node.js handle child threads?
- How can you listen on port 80 with Node?
- What tools can be used to assure consistent style?
- List out the differences between AngularJS and NodeJS?
- What are the advantages of NodeJS?
- What you mean by JSON?