A small, fun cat api to practice fast api library Includes a basic example front-end as well
Files are included for either a poetry environmnent or virtual env with requirements.txt
pip install poetry- clone this repository and navigate to its root dir
poetry shellto spawn new venvpoetry installwill install dependencies
- To start server: uviuvicorn fast_api_project.main:app --reload
- Go to 127.0.0.1:8000/docs to test API
- Go to 127.0.0.1:8000/index to view simple frontend (work in progress)