python -m pip install -r requirements.txt
#If everything completes should be available on notes #Docs are generated on docs
Tests are available using pytest
Run them using pytest .
while in the root directory (/python-fastapi-postgresql-curd-example)
Open API Documentation is provided by Redoc
uvicorn app.main:app --reload --workers 1 --host 0.0.0.0 --port 8000
or 'uvicorn app.main:app --reload'