In this project name "BOOK STORE". The Slack followed for the practice of Mern (MongoDB, Express, React and Node),
Here is the Landing Page for the Book store
ABOUT
1- This project is focused on the area of mern how ro utilize the cncept of it in this project.
2- As the project have client and server side.
3- Client dealing with rhe frontend
4- In server there is Backend side.
5- User can register theirselves and views the book so do also add the books.
6- Admin Portal has the dashboard which tell the how many account of user are registered and how many books are added.
7- Admin has the privilage to delete the user and their added books.
To startup the project
Client side
1- cd client
2- npm install
3- npm start
Server side
1- cd server
2- npm install
3- npm start