This is the simple blog application in which user can add edit or delete a blog. Moreover, user can login or logout to mantian all of the activities related to the blog.
There are two folder front-end and back-end. The front-end is made using vanilla JavaScript. The back-end is totally made in Express Js with local mongo db Attached.
- First of all go the back-end Folder then type
npm i
command to install the packages. - Then run the command
npm run start
to run the backend. It will run by default on localhost:3000. - Now go the front-end Folder. The Blog application will start. Now, you can add delete the blog as required.
- This is the freelance project which i have done.