Connect mongoDb
Task
Connect mongo db to Express server
Solution
- install all dependencies
- Create folder modles and add links.ts file with class in there
- Create folder services to connect to our database
Test
open mongoDb compass change db connection url and db name to connect to your own database
Expected work time
30 minutes