KO
|
EN
gitlite โ search
Search
#javascript
#php
#c-plus-plus
#java
#python
#yii2
#game
#ios
#cms
#headless
#symfony
#c-sharp
fastapi-sqlmodel
โ 153
Open GitHub โ
FastAPI + SQLModel App Boilerplate
Download README (.md)
Explore Similar Repositories
mat-datetimepicker
:
Material datetimepicker for @angular/material
shutterscrape
:
Web scrapper for Shutterstock
HybridTestFramework
:
End to End testing of Web, API, Cloud, Events and Security
whatsup
:
A frontend framework for chillout-mode development ๐ฅค JSX components on generators*, fast mobx-like state management and exclusive cssx style system
generator-jhipster-quarkus
:
Quarkus blueprint for JHipster
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
fastapi-sqlmodel
?
Download (.md)
 ## FastAPI + SQLModel Boilerplate App A RestAPI real world app based on SQLModel [documentation example](https://sqlmodel.tiangolo.com/tutorial/), using [FastAPI](https://fastapi.tiangolo.com/) and [SQLModel](https://sqlmodel.tiangolo.com/) ### Quickstart 1. <b>Start the App</b>: - Using Python: `pipenv run python asgi.py` - Using Docker: `docker build -t sqlmodel-api:latest . && docker run -p 8080:8080 sqlmodel-api:latest` 2. <b>Use Openapi at</b>: `http://localhost:8080/#/` ### Running Tests: While your app is running, open another terminal: `pytest -v tavern_tests/` 