It's a book Store application used to store various types of books. User can update, delete and create any books in this website.
This project consists of 2 phases of installation i.e, Frontend and backend.
For the Frontend part, follow the below steps:
cd client
npm iAfter installing the packages initialize the tailwind config file using
npx tailwindcss initFor the backend part, follow the below steps:
cd server
npm iTo run this on your machine, after installation you've to start 2 servers, one for frontend and one backend. Each should be started by placing the pointer in the specified folders in the terminal.
npm run devUse the above command after moving into the folders client and server individually to setup your personalized store.
Frontend : ReactJs,Tailwindcss,HTML
Backend : NodeJs,ExpressJs
Database : MongoDb