Skip to content

Commit b478e42

Browse files
authored
📝 Update README with in construction notice (fastapi#552)
1 parent 38daf75 commit b478e42

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Full Stack FastAPI and PostgreSQL - Base Project Generator
22

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+
---
420

521
Generate a backend and frontend stack using Python, including interactive API documentation.
622

0 commit comments

Comments
 (0)