https://asuexplorer.pythonanywhere.com
- Flask 3.0.0
- GeographicLib 2.0
- Create
.envfile in the root directory with reference toenv_sample.txt - Execute the following commands in order from the top
python -m venv .venv
.venv/scripts/activate
pip install -r requirements.txt
python manage.py