An open API service indexing awesome lists of open source software.

https://github.com/rishabhsingh2510/blog-webapp

Basic Blog web application with limited features(dynamically create, delete, edit blogs).
https://github.com/rishabhsingh2510/blog-webapp

bootstrap css ejs html javascript middleware nodejs

Last synced: 3 months ago
JSON representation

Basic Blog web application with limited features(dynamically create, delete, edit blogs).

Awesome Lists containing this project

README

          

first run "npm i" on your terminal to install all the modules required for the application (make sure your current directory is the one where all these files are stored).
Take care of the addresses and change according to your folder locations.
Run the index.js file and go to localhost:portnumber on your browser (port number is what you will specify in the port constant, Here it is 3000).