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