From a96dcb7b235d27047b0587843d7e9d77e177316e Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Mon, 12 Aug 2024 09:59:49 -0500 Subject: [PATCH] fix broken links --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bf849f..da57900 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ #### ORMs -- [Edgy ORM](https://github.com/tarsil/edgy) - Complex databases made simple. +- [Edgy ORM](https://github.com/dymmond/edgy) - Complex databases made simple. - [FastAPI SQLAlchemy](https://github.com/mfreeborn/fastapi-sqlalchemy) - Simple integration between FastAPI and [SQLAlchemy](https://www.sqlalchemy.org/). - [Fastapi-SQLA](https://github.com/dialoguemd/fastapi-sqla) - SQLAlchemy extension for FastAPI with support for pagination, asyncio, and pytest. - [FastAPIwee](https://github.com/Ignisor/FastAPIwee) - A simple way to create REST API based on [PeeWee](https://github.com/coleifer/peewee) models. @@ -157,7 +157,7 @@ - [Documentation](https://fastapi.tiangolo.com/) - Comprehensive documentation. - [Tutorial](https://fastapi.tiangolo.com/tutorial/) - Official tutorial showing you how to use FastAPI with most of its features, step by step. -- [Source Code](https://github.com/tiangolo/fastapi) - Hosted on GitHub. +- [Source Code](https://github.com/fastapi/fastapi) - Hosted on GitHub. - [Discord](https://discord.com/invite/VQjSZaeJmf) - Chat with other FastAPI users. ### External Resources @@ -259,7 +259,8 @@ Compute: ### Boilerplate -- [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)). +- [Full Stack FastAPI and PostgreSQL - Base Project Generator](https://github.com/fastapi/full-stack-fastapi-template) - Full Stack FastAPI Template +, 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)). - [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). - [FastAPI Model Server Skeleton](https://github.com/eightBEC/fastapi-ml-skeleton) - Skeleton app to serve machine learning models production-ready. - [cookiecutter-spacy-fastapi](https://github.com/microsoft/cookiecutter-spacy-fastapi) - Quick deployments of spaCy models with FastAPI.