Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 438 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 438 Bytes

providers-api

Learning FastAPI and SQLModel.

Usage

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

When running the server (make run), go here for the OpenAPI docs:

http://localhost:8000/docs#/

There you can play with the API