You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-31Lines changed: 5 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
# FastAPI-Forge
2
2
🚀 Build FastAPI Projects — Fast, Scalable, and Hassle-Free!
3
3
4
-
FastAPI-Forge lets you define your database models through a UI, letting you select additional optional services, and then generates a full working project for you.
5
-
The generated project follows best practices, in an easy to work with and scalable architecture. It will contain SQLAlchemy models of the database models you've defined in the UI, along with implementations of your selected services.
6
-
It makes use of the DAO and DTO pattern, in combination with Pydantic and SQLAlchemy.
7
-
Optionally, you can choose to generate tests, endpoints, DAOs and DTOs for each model.
4
+
FastAPI-Forge lets you define your database models through a UI, letting you select additional optional services, and then generates a full working project for you, with tests and endpoints.
5
+
The generated project follows best practices, in an easy-to-work with and scalable architecture. It will contain SQLAlchemy models of the database models you've defined in the UI, along with implementations of your selected services.
8
6
9
7
---
10
8
@@ -34,11 +32,6 @@ fastapi-forge start
34
32
- Define your database schema and service specifications.
0 commit comments