Skip to content

shashstormer/GogoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gogo API

USAGE:

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

Deploy on vercel

Deploy with Vercel

Documentation

you can access the documentation at /api/gogo/docs/

you can also just open the docs.html and view it without running the project.