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