Learning FastAPI and SQLModel.
Create virtual environment:
make virtual-env
Run server:
make run
Lint code:
make lint
Delete virtual environment:
make destroy
Clean temporary files:
make clean
When running the server (make run
), go here for the OpenAPI docs:
There you can play with the API