/web-2021

My first FastAPI project

Primary LanguagePython

web-2021

Prototype of "One day - one happy person app".

To run app use: uvicorn app.main:app --reload in directory that contains app.
To run autotests use: python3 -m pytest ./ in the same directory.

See documentation about

while running the app.