Run the next commands to use this app:
# clone repository
git clone
# after join in the folder of this project execute:
# create and activate virtual enviroment
python -m venv env
# install dependencies
pip install requirements.txt
# start up server
uvicorn main:app
User of authentication:
email: admin@admin.com password: admin