How to Run

  1. Clone the Repository: Start by cloning this repository to your local machine.

  2. Backend Setup:

    • Navigate to the backend directory and run npm install to install the required backend dependencies.
    • Configure the database and environment variables as specified in the backend documentation.
    • Run npm start to start the server.
  3. Frontend Setup:

    • Navigate to the frontend directory and run npm install to install the required frontend dependencies.
    • Configure the frontend environment variables as necessary.
    • Run npm run dev to launch the frontend.
  4. Access the Application:

    • Visit the application in your web browser at http://localhost:5173 (by default for the frontend).
    • Ensure the backend is running on a different port as specified in your configuration.