Bookstore Platform This Web App is built using MERN stack
Run Locally Clone the project
git clone https://github.com/Ankrick/Bookstore-Project.git
Go to the frontend directory
cd Bookstore-Project
cd frontend
Install dependencies
npm install
Start the server
npm run dev
Go to the backend directory
cd backend
Install dependencies
npm install
npm run dev
and then
u can check on (http://localhost:5173)