This guide explains how to set up and run the project, including backend, and frontend.
- Navigate to the backend folder:
cd backend - Install dependencies:
npm install
- Run backend:
npm run dev
- open new terminal
- Navigate to the frontend folder:
cd frontend - Install dependencies:
npm install
- Run frontend:
npm run dev
- Open the Localhost which is shown after running the frontend in terminal.
The script will:
✅ Start the backend.
✅ Start the frontend application.
- Ensure Mongodb and Node.js are installed before running the setup.
- Stop the servers using
CTRL + C.
- Use the following credentials to sign in as an admin :
- Email: fleetiitk@gmail.com
- Password: admin123456