connect mongoose
Task
connect mongoose
Solution
- npm i mongoose and @types/mongoose -D
- add mongo url to .env file
- import {connect} from 'mongoose' in index.ts file
- add run function and connect mongoose
Test
add console.log in run function to test if everything went okay
Expected work time
30 minutes