This application persists of two parts, the mobile application (in folder app
) and the backend (in folder backend
).
The backend application is a DRF application. The application is started as follows:
- Created venv
python -m venv venv
- Activate virtual environment
source venv/bin/activate
- Install
pip-tools
pip install pip-tools
- Sync needed packages
pip-sync
- Start python server
python manage.py runserver
To use the application XCode
is needed. A valid Apple Developer license may be needed.
- Open app in XCode
- Install requireed packages through SPM
- Compile applicaiton for simulator or other traget
- Run application