| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A RestAPI real world app based on SQLModel documentation example, using FastAPI and SQLModel
Using Python: pipenv run python asgi.py
Using Docker: docker build -t sqlmodel-api:latest . && docker run -p 8080:8080 sqlmodel-api:latest
While your app is running, open another terminal: pytest -v tavern_tests/
| Back | FazBrowse Home | New Git URL |