Skip to content

abhishekbauri/Cooking_Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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