Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.43 KB

File metadata and controls

36 lines (27 loc) · 1.43 KB

Booksy

"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.

Acknowledgements

Project Structure and Server Setup

  1. Servers:

    • There are two servers in this project:
      • One located in the backend directory.
      • Another located in the server directory.
  2. Running the Main Page:

    • Navigate to the project root directory.
    • Run the following command to start the main page:
      npm run dev
  3. Running the Admin Panel:

    • Navigate to the admin directory:
      cd admin
    • Start the admin panel by running:
      npm run dev