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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,18 @@ If you are using this project (or Flask in general to create web APIs) you would
12
12
13
13
You can use the equivalent sibling project generator based on **FastAPI**: [https://github.com/tiangolo/full-stack-fastapi-postgresql](https://github.com/tiangolo/full-stack-fastapi-postgresql). It also has more features than this one.
14
14
15
-
There is also a FastAPI project generator based on Couchbase instead of PostgreSQL: [https://github.com/tiangolo/full-stack-fastapi-couchbase](https://github.com/tiangolo/full-stack-fastapi-couchbase).
16
-
17
15
**FastAPI** was created from the learnings acquired while creating and using these project generators for Flask, with all the plug-ins and ideas.
18
16
19
17
***FastAPI** (and its project generators), would give you about 800% (8x) the performance achievable with this one.
20
18
* Writing code in **FastAPI** is about 200% to 300% faster. Because you write a lot less code, it is designed for web APIs, and you have auto-complete everywhere.
21
19
* About 40% of the human (developer) induced errors can be reduced (**FastAPI** does a lot of the data validation, conversion and documentation for you).
22
20
21
+
## ⚠️ DEPRECATION WARNING ⚠️
22
+
23
+
As **FastAPI** and the equivalent project generator provide a much better solution to all the use cases this project was built for, all the future development will be done there.
24
+
25
+
You are still free to use this project, but it won't receive any new features, changes, or bug fixes.
0 commit comments