8000 GitHub - anthonycepeda/fastapi-sqlmodel: FastAPI + SQLModel App Boilerplate
[go: up one dir, main page]

Skip to content

anthonycepeda/fastapi-sqlmodel

Repository files navigation

alt text

FastAPI + SQLModel Boilerplate App

A RestAPI real world app based on SQLModel documentation example, using FastAPI and SQLModel

Quickstart

  1. Start the App:
  • Using Python: pipenv run python asgi.py

  • Using Docker: docker build -t sqlmodel-api:latest . && docker run -p 8080:8080 sqlmodel-api:latest

  1. Use Openapi at: http://localhost:8080/#/

Running Tests:

While your app is running, open another terminal: pytest -v tavern_tests/

alt text

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0