This is a Blog Application with CRUD and Authentication Functionalities.
CRUD : CREATE, READ(SHOW), UPDATE & DELETE
Authentication with Passport.js
Client: HTML, CSS, JavaScript, Bootstrap
Server: NodeJs, Express
DataBase: MongoDB
Clone the project
git clone https://github.com/khushi-purwar/Blog-Application.git
Install dependencies
npm install
Start the server
npm start