Host locally (Development)
- Clone the repository
$ git clone github.com/BPS-Circular-API/api
- Install required Python packages
$ pip install -r requirements.txt
- Run the API
$ uvicorn main:app
- There you go, The API is now locally running at
127.0.0.1
!
Thanks for reading!