Skip to content

TheDataMine/fastapidemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published