Create a .env file to store your MongoDB database credentials
MONGODB_URI = mongodb+srv://<username>:<password>@cluster0.ymsrizc.mongodb.net/Recipes?retryWrites=true&w=majority
To run this project, install it locally using npm:
$ npm install
$ npm start