Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 328 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 328 Bytes

Notes

This api is build in python, with the FastAPI framework.

Run locally

Move to the /api folder

$ cd api

Install the dependencies

$ pip install --no-cache-dir --upgrade -r requirements.txt

Start the API

$ uvicorn main:app --reload