It is simple blog website where users can create, edit and delete blogs.
This project is created using node.js, Express.js, MongoDB, Mongoose, Semantic-Ui.
- Users can create new blog post.
- Users can edit and update existing blog post.
- Users can delete blog post.
- ejs
- express
- mongoose
- body-parser
- method-override
- express-sanitizer
Install node.js, MongoDB
git clone https://github.com/username/BlogApp.git
cd BlogApp
npm install
- run
mongodin terminal - run
node app.jsin another terminal - visit localhost:3000

