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).
- Host: GitHub
- URL: https://github.com/rishabhsingh2510/blog-webapp
- Owner: RishabhSingh2510
- Created: 2024-12-29T17:47:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-29T17:57:41.000Z (over 1 year ago)
- Last Synced: 2025-02-25T18:49:24.639Z (over 1 year ago)
- Topics: bootstrap, css, ejs, html, javascript, middleware, nodejs
- Language: EJS
- Homepage:
- Size: 547 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).