"Booksy" is a dynamic platform designed for book enthusiasts to buy and sell books seamlessly. The application features an admin panel for efficient management and uses JWT for secure authentication. Built with React, Express.js, and MongoDB, it offers a smooth and intuitive user experience. One of its standout features is live chatrooms powered by Socket.IO, allowing users to engage in real-time discussions about their favorite genres. Additionally, the platform integrates payment gateways like Stripe and Razorpay, ensuring safe and flexible transactions.
-
Servers:
- There are two servers in this project:
- One located in the
backenddirectory. - Another located in the
serverdirectory.
- One located in the
- There are two servers in this project:
-
Running the Main Page:
- Navigate to the project root directory.
- Run the following command to start the main page:
npm run dev
-
Running the Admin Panel:
- Navigate to the
admindirectory:cd admin - Start the admin panel by running:
npm run dev
- Navigate to the