Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bindu-1805/blog-app
Write and view blogs in the most easiest way!
https://github.com/bindu-1805/blog-app
ejs expressjs nodejs
Last synced: 16 days ago
JSON representation
Write and view blogs in the most easiest way!
- Host: GitHub
- URL: https://github.com/bindu-1805/blog-app
- Owner: bindu-1805
- License: mit
- Created: 2024-09-15T16:05:38.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-12-11T08:33:25.000Z (17 days ago)
- Last Synced: 2024-12-11T09:30:59.348Z (17 days ago)
- Topics: ejs, expressjs, nodejs
- Language: CSS
- Homepage:
- Size: 1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog application
A simple Blog web application using Node, Express and EJS.
* This application will allow users to create and view blog posts.
* Posts will not persist between sessions as no database is used.## Getting started
1. Clone the repository
```
git clone https://github.com/bindu-1805/Blog-app.git
```
2. Navigate to the project directory
```
cd Blog-app
```
3. Install dependencies
```
npm install
```
4. Run the app
```
node app.js
```## Preview
Get a sneak peak of the application below!
1. ![Start](https://github.com/user-attachments/assets/ce162af3-985a-4b1d-b08c-6d7b37984d4f)
2. ![Create a post](https://github.com/user-attachments/assets/b7cf6d7d-fd67-4264-9a99-dceb9f652b2b)
3. ![View blogs](https://github.com/user-attachments/assets/85f43705-ed43-4e84-8afd-05cba0cbe730)