This project has the following structure:
- Frontend
- Backend
- Admin App
Flutter Based Mobile App
To Set Up
Navigate to Frontend Folder
cd Frontend
Then run the flutter app on your device using
flutter run
To Getting Started with the backend, you need to create venv and install the dependencies.
cd Backend
python3 -m venv .
source bin/activate
pip install -r requirements.txt
Made with React
To start the admin app, navigate to the Admin Folder, install the node modules and then run
cd Admin
npm install
npm run [profile]