Check out Lesson 6 on Medium to better understand how we built the FastAPI backend.
Create virtual environment:
cd app-api
poetry shell
poetry install
Check the Set Up Additional Tools and Usage sections to see how to set up the additional tools and credentials you need to run this project.
To start the server, run the following:
sh run.sh
Access http://127.0.0.1:8001/api/v1/docs to see the docs.
NOTE: Be careful to complete the .env
file as explained in the main README.