Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 298 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 298 Bytes

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