Check out the post.
-
Fork/Clone
-
Create and activate a virtual environment:
$ python3 -m venv venv && source venv/bin/activate
-
Install the requirements:
(venv)$ pip install -r requirements.txt
-
Update db.py.
-
Run the server:
(venv)$ uvicorn main:app
Navigate to http://localhost:8000.