- Install dependencies with
pip3 install -r requirements.txt
- Run the dev server with
uvicorn main:app --reload
.- The dev server is running at
http://localhost:8000
. - For integrators, API docs is running at
http://localhost:8000/docs
.
- The dev server is running at
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.