An open API service indexing awesome lists of open source software.

https://github.com/srummanf/blog---men-stack


https://github.com/srummanf/blog---men-stack

expressjs javascript mongodb nodejs

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Blog Website

![1698214295013](image/README/1698214295013.png)

### Tech Stack

* EJS
* NodeJS
* Express
* MongoDB

### Installation

* Fork the repo. Clone in local desktop
* Use `npm i` to download all the dependencies
* Visit [MongoDB](https://www.mongodb.com/atlas/database "Atlas") to create a cluster and make sure to remember the password
* Create a .env file to store the `MongoDB URI` and `JWT Token`
* Run the command : `nodemon app.js` which will deploy the server at `localhost:5000`