diff --git a/README.md b/README.md index 8c15c4b..79e7f83 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ For the last 1.5 years in production, we have been making good and bad decisions that impacted our developer experience dramatically. Some of them are worth sharing. +Project [sample](https://github.com/zhanymkanov/fastapi_production_template) built with this best-practices in mind. ### Contents 1. [Project Structure. Consistent & predictable.](https://github.com/zhanymkanov/fastapi-best-practices#1-project-structure-consistent--predictable) @@ -992,4 +993,4 @@ has described in details their best practices working with permissions & auth, c task queues, custom response serializers, configuration with dynaconf, etc. If you have something to share about your experience working with FastAPI, whether it's good or bad, -you are very welcome to create a new issue. It is our pleasure to read it. \ No newline at end of file +you are very welcome to create a new issue. It is our pleasure to read it.