This project is a simple web app that I made to enhance my understanding of ExpressJs and MongoDB.
Its main functionality is to allow users to create blog post(s), view them, edit them and delete them.
- "body-parser": "^1.18.3",
- "ejs": "^2.6.1",
- "express": "^4.16.4",
- "express-sanitizer": "^1.0.5",
- "method-override": "^3.0.0",
- "mongoose": "^5.4.19"
- Express Js
- Semantic UI
- MongoDB
-
Clone the repository
-
Open a terminal and change to the project directory
-
Enter the following commands:
>npm install >node app.js
-
Visit
http://localhost:3000/
Sayuj Sehgal