Blog management system (Similar to blogger app by Google.)
To run the application you need the following installed:
- MongoDB server.
- NodeJS(npm)
To install npm install
in the terminal when in the project folder
- Bootstrap
- Pug
- Express
- BcryptJS
- Mongoose
- PassportJS
- Passport-Local
- Multer(Multipart Form data)
- Express-session
The blog managament system has the following features:-
- User can register his/her account.
- User can login to see the profile page.
- Logged in session is created until he/she presses log out.
- Ability to update the credentials.
- User can create posts containing Date of creation, Post body, title along with a picture describing the post.
- User can delete the post.