From 95b44bc2aa4930eca0412fee982881f3609bbf0b Mon Sep 17 00:00:00 2001 From: mdconaway Date: Wed, 27 Sep 2023 08:28:14 -0400 Subject: [PATCH 1/2] Update README.md with FastAPI Cruddy Framework link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 330ec0d..ec35bf7 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ - [FastAPI Code Generator](https://github.com/koxudaxi/fastapi-code-generator) - Create a FastAPI app from an OpenAPI file, enabling schema-driven development. - [FastAPI Client Generator](https://github.com/dmontagu/fastapi_client) - Generate a mypy- and IDE-friendly API client from an OpenAPI spec. +- [FastAPI Cruddy Framework](https://github.com/mdconaway/fastapi-cruddy-framework) - A companion library to FastAPI designed to bring the development productivity of Ruby on Rails, Ember.js or Sails.js to the FastAPI ecosystem. Many of the design patterns base themselves on Sails.js "policies," Sails.js model lifecycle events, sails-ember-rest automatic CRUD routing, and Ember.js REST-Adapter feature sets. Supports complex client queries on all resources. - [FastAPI MVC](https://github.com/fastapi-mvc/fastapi-mvc) - Developer productivity tool for making high-quality FastAPI production-ready APIs. - [FastAPI Profiler](https://github.com/sunhailin-Leo/fastapi_profiler) - A FastAPI Middleware of joerick/pyinstrument to check your service performance. - [FastAPI Versioning](https://github.com/DeanWay/fastapi-versioning) - API versioning. From 7c1068c2128d3916ef8664a995dcedc236f24e64 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Thu, 2 May 2024 08:38:25 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec35bf7..3c1c389 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ - [FastAPI Code Generator](https://github.com/koxudaxi/fastapi-code-generator) - Create a FastAPI app from an OpenAPI file, enabling schema-driven development. - [FastAPI Client Generator](https://github.com/dmontagu/fastapi_client) - Generate a mypy- and IDE-friendly API client from an OpenAPI spec. -- [FastAPI Cruddy Framework](https://github.com/mdconaway/fastapi-cruddy-framework) - A companion library to FastAPI designed to bring the development productivity of Ruby on Rails, Ember.js or Sails.js to the FastAPI ecosystem. Many of the design patterns base themselves on Sails.js "policies," Sails.js model lifecycle events, sails-ember-rest automatic CRUD routing, and Ember.js REST-Adapter feature sets. Supports complex client queries on all resources. +- [FastAPI Cruddy Framework](https://github.com/mdconaway/fastapi-cruddy-framework) - A companion library to FastAPI designed to bring the development productivity of Ruby on Rails, Ember.js or Sails.js to the FastAPI ecosystem. - [FastAPI MVC](https://github.com/fastapi-mvc/fastapi-mvc) - Developer productivity tool for making high-quality FastAPI production-ready APIs. - [FastAPI Profiler](https://github.com/sunhailin-Leo/fastapi_profiler) - A FastAPI Middleware of joerick/pyinstrument to check your service performance. - [FastAPI Versioning](https://github.com/DeanWay/fastapi-versioning) - API versioning.