run
pip install -r requirements.txt
python main.py
For development
uvicorn main:app --reload --host 0.0.0.0 --port 5010
the gogo api will be running on http://127.0.0.1:5010
you can access the documentation at /api/gogo/docs/
you can also just open the docs.html
and view it without running the project.