FastAPI CRUD To reuse this reppository, you will need to have pipenv installed: https://pipenv-es.readthedocs.io/es/latest/ Commands Activate pipenv: pipenv shell Run app: uvicorn app:app --reload