Skip to content

dkate24/nachos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 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.

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.0%
  • HTML 31.0%