-
Clone the Repository: Start by cloning this repository to your local machine.
-
Backend Setup:
- Navigate to the backend directory and run
npm installto install the required backend dependencies. - Configure the database and environment variables as specified in the backend documentation.
- Run
npm startto start the server.
- Navigate to the backend directory and run
-
Frontend Setup:
- Navigate to the frontend directory and run
npm installto install the required frontend dependencies. - Configure the frontend environment variables as necessary.
- Run
npm run devto launch the frontend.
- Navigate to the frontend directory and run
-
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.
- Visit the application in your web browser at