Help support the channel by buying me coffee: https://buymeacoff.ee/roottech
github project: https://github.com/zentech/todolist-men
Table of content
1- Intro to mongodb
2- start, stop mongodb
3- check service running
4- Access mongodb console
5- list databases
5- create database
6- create collection
7- insert document to collections
8- list collections
9- remove objects from collection
10- drop collection
11- drop database
12- Installing mongoose package in node
13- Retrieving data using express
14- Inserting data using express