An open API service indexing awesome lists of open source software.

https://github.com/natorsc/py-fastapi

A ready-to-use starter template for building web applications with the FastAPI framework, SQLModel and Alembic - structured, clean, and easy to extend.
https://github.com/natorsc/py-fastapi

api api-rest fastapi python python3 sqlmodel

Last synced: 15 days ago
JSON representation

A ready-to-use starter template for building web applications with the FastAPI framework, SQLModel and Alembic - structured, clean, and easy to extend.

Awesome Lists containing this project

README

          

# FastAPI - SQLModel - Alembic

![FastAPI - SQLModel - Alembic](docs/images/py-fastapi.webp)

[![natorsc - py-fastapi](https://img.shields.io/static/v1?label=natorsc&message=py-fastapi&color=blue&logo=github)](https://github.com/natorsc/py-fastapi)
[![stars - py-fastapi](https://img.shields.io/github/stars/natorsc/py-fastapi?style=social)](https://github.com/natorsc/py-fastapi)
[![forks - py-fastapi](https://img.shields.io/github/forks/natorsc/py-fastapi?style=social)](https://github.com/natorsc/py-fastapi)
[![License MIT](https://img.shields.io/static/v1?label=License&message=MIT&color=blue)](./LICENSE)

## ✨ About this project

A ready-to-use starter template for building web applications with the [FastAPI](https://fastapi.tiangolo.com/) framework and [SQLModel](https://sqlmodel.tiangolo.com/) - structured, clean, and easy to extend.

## 🛠 Technologies used

[![Python](https://img.shields.io/badge/-Python-blue?logo=python&logoColor=white)](https://www.python.org/)
[![FastAPI](https://img.shields.io/badge/-FastAPI-blue?logo=fastapi&logoColor=white)](https://fastapi.tiangolo.com/)
[![SQLModel](https://img.shields.io/badge/-SQLModel-blue?logo=sqlmodel&logoColor=white)](https://sqlmodel.tiangolo.com/)
[![Alembic](https://img.shields.io/badge/-Alembic-blue?logo=alembic&logoColor=white)](https://alembic.sqlalchemy.org/en/latest/)
[![pdm-managed](https://img.shields.io/endpoint?url=https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fpdm-project%2F.github%2Fbadge.json)](https://pdm-project.org)

## 👨‍💻 Author

Crafted with 💙 by Renato Cruz. Got questions or feedback? Reach out anytime!

[![Email](https://img.shields.io/badge/-Email-blueviolet?logo=gmail&logoColor=white)](mailto:natorsc@gmail.com)

What I'm listening to while I code or study 😎🎵:

[![Spotify](https://img.shields.io/badge/-Spotify-darkgreen?logo=spotify&logoColor=white)](https://open.spotify.com/playlist/1xf3u29puXlnrWO7MsaHL5)

## 💝 Support this project

Your donation keeps this project alive and helps me continue creating and sharing useful content.

### GitHub Sponsors

[https://github.com/sponsors/natorsc/](https://github.com/sponsors/natorsc/)

### Pix (Brazil)

`b1839493-2afe-484d-9272-82a3e402b36f`

---

## 💡 Extra

- [FastAPI](https://fastapi.tiangolo.com/).
- [SQLModel](https://sqlmodel.tiangolo.com/).
- [Alembic](https://alembic.sqlalchemy.org/en/latest/).