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
- Host: GitHub
- URL: https://github.com/amreshpro/blogjs
- Owner: amreshpro
- Created: 2024-10-04T16:46:03.000Z (over 1 year ago)
- Default Branch: express
- Last Pushed: 2024-11-13T16:26:53.000Z (over 1 year ago)
- Last Synced: 2024-12-28T19:30:38.161Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```