emmagogogo / cs-160-group-2

0 stars 1 forks source link

Learn MongoDB and Mongoose #18

Closed emmagogogo closed 2 years ago

emmagogogo commented 2 years ago
  1. MongoDB CRUD operations in the Shell. (create, read, update, delete)
  2. Establish relationship in MongoDB (embedding documents)
  3. How to connect MongoDB and Node.js a. Native MongoDB Drive b. Use ODM Mongoose
  4. Create Schema, model and collection, CRUD operations Data validation inside the Schema How to insert and save data into Mongoose Reading from your database with Mongoose Update and delete data using Mongoose