Skip to content

gopibabus/python-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python API

Python APIs

Install Fast API

pip install "fastapi[all]"  

Start & Stop Server

#Start
uvicorn main:app

#Stop
kill -SIGINT $(ps aux | grep uvicorn | grep -v grep | awk '{print $2}')

API Documentataion

api.gopibabu.dev