Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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)