Skip to content

BijonDurjoy/Blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog App

A simple blog application built with Node.js and React that allows users to create, edit, delete, and view posts.

Features

  • User authentication with JWT
  • Create, edit, and delete posts
  • Responsive design
  • User-friendly interface

Technologies Used

  • Frontend: React
  • Backend: Node.js, Express.js
  • Database: MySQL
  • Tools: VS Cocde,Postman, Xampp

Installation

  1. Clone the repository:
    git clone https://github.com/BijonDurjoy/Blog-app.git
    
  2. Navigate to the project directory:
    cd Blog-app
    
  3. Install dependencies
  4. Create database and all tables by using "Database_command.txt" file

Usage

  1. Install dependencies: Install require packages for run the project
    npm install 
    
  2.  cd backend
     npm start
    
     cd  frontend
     npm run dev
    
  3. Create database and make tables using Database_command.txt

My Tasks:

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors