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
- Host: GitHub
- URL: https://github.com/srummanf/blog---men-stack
- Owner: srummanf
- Created: 2023-05-09T15:49:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T06:20:40.000Z (about 2 years ago)
- Last Synced: 2025-01-09T07:26:44.502Z (about 1 year ago)
- Topics: expressjs, javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 689 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog Website

### 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`