This project is part of DevInit#2 in Back-end session
This project uses MongoDB to store data
To run this project, you will need to add the following environment variables to your .env file
MONGO_DB_USER
MONGO_DB_PASSWORD
MONGO_DB_URL
Install my-project with npm
npm install
Start the project with command
npm run start
Run test project
npm run test