Sebastián Ramírez
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
17 additions and
1 deletions
-
README.md
|
|
@ -1,6 +1,22 @@ |
|
|
|
# Full Stack FastAPI and PostgreSQL - Base Project Generator |
|
|
|
|
|
|
|
[](https://travis-ci.com/tiangolo/full-stack-fastapi-postgresql) |
|
|
|
## 🚨 Warning: in (re) construction 😎 🏗️ |
|
|
|
|
|
|
|
This project is currently being restructured, don't use it right now, hold for a bit. |
|
|
|
|
|
|
|
In the next couple of months it will be ready. 😎 🚀 |
|
|
|
|
|
|
|
Some of the future new features and changes: |
|
|
|
|
|
|
|
* Upgrade to the latest FastAPI. |
|
|
|
* Migration from SQLAlchemy to SQLModel. |
|
|
|
* Upgrade to Pydantic v2. |
|
|
|
* Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore. |
|
|
|
* Migrate from Vue.js 2 to React with hooks and TypeScript. |
|
|
|
* Move from Docker Swarm Model to Kubernetes. |
|
|
|
* GitHub Actions for CI. |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
Generate a backend and frontend stack using Python, including interactive API documentation. |
|
|
|
|
|
|
|