Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 505 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 505 Bytes

fastapidemo

Getting started

Running on Brown

TBD

Running on your local machine

  1. Install poetry: https://python-poetry.org/docs/#installation

  2. Clone repo:

git clone git@github.com:TheDataMine/fastapidemo.git
  1. Navigate into the project directory and install dependencies.
cd $HOME/fastapidemo
poetry install
  1. Run the program:
poetry run uvicorn app.main:app --reload
  1. In a browser navigate to localhost:8000 or localhost:8000/downloader