TBD
-
Install poetry: https://python-poetry.org/docs/#installation
-
Clone repo:
git clone git@github.com:TheDataMine/fastapidemo.git
- Navigate into the project directory and install dependencies.
cd $HOME/fastapidemo
poetry install
- Run the program:
poetry run uvicorn app.main:app --reload
- In a browser navigate to localhost:8000 or localhost:8000/downloader