This is a blog website where a person can upload,view,edit and delete blogs.
Clone the project
git clone https://github.com/Humanoid2005/Basic-Blog-Website.gitGo to the project directory
cd project-folderInstall dependencies
npm installStart the server
npm index.jsTo open the website, type the link given below
https://localhost:3000Client: HTML, CSS, Javascript
Server: Node, Express, EJS