This project has the following structure:
- Frontend
- Backend
- Admin App
Flutter Based Mobile App
To Set Up
Navigate to Frontend Folder
cd FrontendThen run the flutter app on your device using
flutter runTo 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.txtMade 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]