This repository contains three main folders: backend, frontend, and mobile. Each folder corresponds to a specific part of the project.
git clone https://github.com/your-username/your-repo.git
- cd backend
- npm install
- npm start
Wait for the Backend to Load:
The backend is now running on http://localhost:8080. Wait for the server to fully load.
git clone https://github.com/your-username/your-repo.git
- cd frontend
- npm install
- npm run dev
Wait for the Frontend to Load:
The Frontend is now running on http://localhost:5173
git clone https://github.com/your-username/your-repo.git
- cd mobile
- npm install
- npm start