File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Full Stack FastAPI and PostgreSQL - Base Project Generator
2
2
3
- [ ![ Build Status] ( https://travis-ci.com/tiangolo/full-stack-fastapi-postgresql.svg?branch=master )] ( https://travis-ci.com/tiangolo/full-stack-fastapi-postgresql )
3
+ ## 🚨 Warning: in (re) construction 😎 🏗️
4
+
5
+ This project is currently being restructured, don't use it right now, hold for a bit.
6
+
7
+ In the next couple of months it will be ready. 😎 🚀
8
+
9
+ Some of the future new features and changes:
10
+
11
+ * Upgrade to the latest FastAPI.
12
+ * Migration from SQLAlchemy to SQLModel.
13
+ * Upgrade to Pydantic v2.
14
+ * Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore.
15
+ * Migrate from Vue.js 2 to React with hooks and TypeScript.
16
+ * Move from Docker Swarm Model to Kubernetes.
17
+ * GitHub Actions for CI.
18
+
19
+ ---
4
20
5
21
Generate a backend and frontend stack using Python, including interactive API documentation.
6
22
You can’t perform that action at this time.
0 commit comments