Installation
Developer installation
In order to install and get the app running on your machine, clone the repository from GitHub and follow the installation steps listed in the README file.
Prerequisites
Flutter SDK
Python
Pip (Python package manager)
Instructions for installing Flutter can be found here.
Backend
Navigate to the backend directory:
cd backend
Install Python dependencies:
python -m pip install -r requirements.txt
Run the Flask server:
python server.py
Frontend
Navigate to the frontend directory:
cd frontend
Install Flutter dependencies:
flutter pub get
Run the Flutter app:
flutter run
User installation
Users can install the app by downloading a pre-packaged APK.