|
63 | 63 |
|
64 | 64 | #### ORMs
|
65 | 65 |
|
66 |
| -- [Edgy ORM](https://github.com/tarsil/edgy) - Complex databases made simple. |
| 66 | +- [Edgy ORM](https://github.com/dymmond/edgy) - Complex databases made simple. |
67 | 67 | - [FastAPI SQLAlchemy](https://github.com/mfreeborn/fastapi-sqlalchemy) - Simple integration between FastAPI and [SQLAlchemy](https://www.sqlalchemy.org/).
|
68 | 68 | - [Fastapi-SQLA](https://github.com/dialoguemd/fastapi-sqla) - SQLAlchemy extension for FastAPI with support for pagination, asyncio, and pytest.
|
69 | 69 | - [FastAPIwee](https://github.com/Ignisor/FastAPIwee) - A simple way to create REST API based on [PeeWee](https://github.com/coleifer/peewee) models.
|
|
157 | 157 |
|
158 | 158 | - [Documentation](https://fastapi.tiangolo.com/) - Comprehensive documentation.
|
159 | 159 | - [Tutorial](https://fastapi.tiangolo.com/tutorial/) - Official tutorial showing you how to use FastAPI with most of its features, step by step.
|
160 |
| -- [Source Code](https://github.com/tiangolo/fastapi) - Hosted on GitHub. |
| 160 | +- [Source Code](https://github.com/fastapi/fastapi) - Hosted on GitHub. |
161 | 161 | - [Discord](https://discord.com/invite/VQjSZaeJmf) - Chat with other FastAPI users.
|
162 | 162 |
|
163 | 163 | ### External Resources
|
@@ -259,7 +259,8 @@ Compute:
|
259 | 259 |
|
260 | 260 | ### Boilerplate
|
261 | 261 |
|
262 |
| -- [Full Stack FastAPI and PostgreSQL - Base Project Generator](https://github.com/tiangolo/full-stack-fastapi-template) - Full stack, modern web application generator, which includes FastAPI, PostgreSQL, Docker, Celery, Vue frontend, automatic HTTPS and more (developed by the creator of FastAPI, [Sebastián Ramírez](https://github.com/tiangolo)). |
| 262 | +- [Full Stack FastAPI and PostgreSQL - Base Project Generator](https://github.com/fastapi/full-stack-fastapi-template) - Full Stack FastAPI Template |
| 263 | +, which includes FastAPI, React, SQLModel, PostgreSQL, Docker, GitHub Actions, automatic HTTPS, and more (developed by the creator of FastAPI, [Sebastián Ramírez](https://github.com/tiangolo)). |
263 | 264 | - [FastAPI and Tortoise ORM](https://github.com/prostomarkeloff/fastapi-tortoise) - Powerful but simple template for web APIs w/ FastAPI (as web framework) and Tortoise-ORM (for working via database without headache).
|
264 | 265 | - [FastAPI Model Server Skeleton](https://github.com/eightBEC/fastapi-ml-skeleton) - Skeleton app to serve machine learning models production-ready.
|
265 | 266 | - [cookiecutter-spacy-fastapi](https://github.com/microsoft/cookiecutter-spacy-fastapi) - Quick deployments of spaCy models with FastAPI.
|
|
0 commit comments