magic-link icon indicating copy to clipboard operation
magic-link copied to clipboard

Adding Poetry to manage the dependencies

Open felipemarkson opened this issue 4 years ago • 0 comments

Changes

  • Organizing the project as a Python project;

  • Using Poetry as a package manager;

  • Include .vscode/ in .gitignore.

How to run the FastAPI app:

$ poetry install
$ poetry shell
$ uvicorn rankedvoting.main:app --reload

close #16

felipemarkson avatar May 13 '20 01:05 felipemarkson