Recipe Blog - Using Node.js and MongoDB

Tech

For frontend I used EJS and CSS. For backend I used Node.js, Express and MongoDB.

Create .env file

Create a .env file to store your MongoDB database credentials

MONGODB_URI = mongodb+srv://<username>:<password>@cluster0.6m5cz.mongodb.net/Recipes?retryWrites=true&w=majority

Installation

To run this project, install it locally using npm:

$ npm install
$ npm start