run
pip install -r requirements.txt
python main.pyFor development
uvicorn main:app --reload --host 0.0.0.0 --port 5010the 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.