This project is a blog website where you can edit,post,delete posts and see others posts with login and register functionalities. This project is made with ReactJS for the Front-end Development and NodeJS as a Backend server.
You can perform CRUD Operations like Create Post,Edit Post and Update Posts.
First of all clone this project
mkdir foldername
cd foldername
git clone https://github.com/charlesaurav13/Blog_Website
Navigate to api directory and start the xampp server and insert the blog.sql in database. Edit the db.js file in /api/db.js. Open terminal and type command
npm install
npm start After this ,navigate to client/client-app directory
npm install
npm startHome Page
Post Page

