Learning FastAPI and SQLModel.
Create virtual environment:
make virtual-envRun server:
make runLint code:
make lintDelete virtual environment:
make destroyClean temporary files:
make cleanWhen running the server (make run), go here for the OpenAPI docs:
There you can play with the API