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

https://github.com/amreshpro/blogjs

A Blog app created by using expressjs
https://github.com/amreshpro/blogjs

Last synced: 7 months ago
JSON representation

A Blog app created by using expressjs

Awesome Lists containing this project

README

          

# Blog App

A full-featured blog application built using **MERN Stack**. This app allows users to read, write, and manage blog posts with an intuitive and responsive UI.

## Features

- 📝 Create, edit, and delete blog posts
- 🔍 Search for posts by title, author, or tags
- 🖼️ Add images to posts
- 👤 User authentication (login/signup)
- 🧑‍💻 Admin panel for managing posts and users
- 💬 Comments section for user interaction
- 📱 Fully responsive design

## Tech Stack

- **Frontend**: [React.js | Next.js | Tailwind CSS]
- **Backend**: [Node.js | Express.js]
- **Database**: [MongoDB]
- **Authentication**: [JWT]

## Installation

1. Clone the repository:

```bash
git clone https://github.com/amreshpro/blogjs.git
```
```bash
bun i
bun run dev
```