A simple blog application built with Node.js and React that allows users to create, edit, delete, and view posts.
- User authentication with JWT
- Create, edit, and delete posts
- Responsive design
- User-friendly interface
- Frontend: React
- Backend: Node.js, Express.js
- Database: MySQL
- Tools: VS Cocde,Postman, Xampp
- Clone the repository:
git clone https://github.com/BijonDurjoy/Blog-app.git
- Navigate to the project directory:
cd Blog-app - Install dependencies
- Create database and all tables by using "Database_command.txt" file
- Install dependencies: Install require packages for run the project
npm install
-
cd backend npm start cd frontend npm run dev
- Create database and make tables using
Database_command.txt
- User Authentication and validation
- Show text information when updating
- Pagination
- Adding Image upload Feature
- Catagory wise Naviation
- Re-structure the homepage
- Comment - Reply add for a valid user.
- Like option addded for comment- reply.
- Multiple Tags add for every post
- Add View Count for every post