Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 308 Bytes

Create .env file

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

Installation

To run this project, install it locally using npm:

$ npm install
$ npm start