Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 300 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 300 Bytes

Aadhar Helper Services using FastAPI

Getting Started

  1. Install dependencies
pip install -r requirements.txt
  1. Start FastAPI process in \app folder
uvicorn main:app --host 0.0.0.0 --port 8080
  1. Open local API docs http://localhost:8080/docs