Completed
what is mongoDB
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MongoDB and Mocha
Automatically move to the next video in the Classroom when playback concludes
- 1 what is mongoDB
- 2 How does mongoDB works
- 3 What is mocha and need of mocha in mongodb
- 4 Big umbrella of MongoDB
- 5 How to install mongoDB on MAC
- 6 How to install mongoDB on Windows
- 7 Create and Read operation in MongoDB
- 8 ObjectID and BSON in mongoDB
- 9 Triple A and CRUD operations in mongoDB
- 10 UpdateOne and DeleteOne in #mongoDB
- 11 UpdateMany and deleteMany in mongoDB
- 12 Database issues with Update in mongodb
- 13 Getting more data in #mongodb
- 14 Save bandwidth while querying in mongoDB
- 15 Understanding objects structure in mongoDB
- 16 Understanding Arrays in mongoDB
- 17 What is schema in mongoDB
- 18 Database modeling mongoDB series
- 19 Relation in database mongoDB
- 20 One to one relation in mongo database with id
- 21 One to many relation in mongo database
- 22 Many to Many relation in mongoDB
- 23 Exploring mocha, mongo and mongoose
- 24 Creating file structure and installing dependencies
- 25 Creating our first student schema
- 26 Connecting with mongodb with mongoose
- 27 BlueBird and Q promises
- 28 Hooks in mocha
- 29 Describe and it blocks for mocha test
- 30 Your first create test using mocha
- 31 Using beforeEach in mocha tests
- 32 A read test in mongoDB
- 33 A delete test for mongoDB
- 34 An update test in mongoDB