Fast API Proof of Concept This is a small project to test fast-api's concepts and capabilities Installation Install pip dependencies pip install -r requirements.txt Deployment To deploy this project run: uvicorn app.main:app Running Tests To run tests, run the following command on root path pytest .