Skip to main content

Host locally (Development)

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

Thanks for reading!