Skip to content

Latest commit

History

History
25 lines (17 loc) 路 838 Bytes

README.md

File metadata and controls

25 lines (17 loc) 路 838 Bytes

API - Web APP

Check out Lesson 6 on Medium to better understand how we built the FastAPI backend.

Install for Development

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.

Usage for Development

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.