magic-link
magic-link copied to clipboard
Adding Poetry to manage the dependencies
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