pipenv install
to install dependencies in a virtual environment.
pipenv shell
to start a shell within the projects virtual environment.
Dev: uvicorn src.main:app --reload
Prod: uvicorn src.main:app
Access localhost:8000/docs to test and see documentation for all endpoints.