Create a .env file to store your MongoDB database credentials
Example only (copy the full connection string from MongoDB):
MONGODB_URI = mongodb+srv://<username>:<password>@cluster0.6m5cz.mongodb.net/
To run this project, install it locally using npm:
$ npm install
$ npm start