Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manish312002/blogapp
BlogApp is a web application for managing blog content using Express.js and EJS. It allows users to view, create, edit, and delete blog posts. Featuring a clean interface, it provides an easy way to handle blog entries. Includes an About page for information about the app and its developers.
https://github.com/manish312002/blogapp
Last synced: 18 days ago
JSON representation
BlogApp is a web application for managing blog content using Express.js and EJS. It allows users to view, create, edit, and delete blog posts. Featuring a clean interface, it provides an easy way to handle blog entries. Includes an About page for information about the app and its developers.
- Host: GitHub
- URL: https://github.com/manish312002/blogapp
- Owner: Manish312002
- Created: 2024-08-10T10:37:54.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T10:42:48.000Z (6 months ago)
- Last Synced: 2024-11-10T20:08:36.463Z (3 months ago)
- Language: EJS
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To set up a Node.js project with Express and EJS, you can follow these steps.
This will initialize your project,
install the necessary dependencies, and create a basic structure for your application.
Run npm init -y to generate a package.json file with default settings:
Run npm i express ejs and body-parser to Install Express and EJS using npm: