You can either activate our virtual environment in /myenv
or build the environment yourself.
To activate our virtual environment, run:
source myenv/bin/activate
To create your own environment, install python 3 and the following packages:
- Django: https://docs.djangoproject.com/en/4.1/topics/install/
- Google maps: https://pypi.org/project/googlemaps/
- Coverage: https://pypi.org/project/coverage/
Run the folling command:
python3 manage.py runserver
Then type the the following URL in your browser:
http://127.0.0.1:8000/commute_app/home/
Our official documentation and ADR (Architectural Design Records) can be found here