Skip to content

Commit 204f46d

Browse files
authored
📝 Update README.md (fastapi#691)
1 parent 208a541 commit 204f46d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ Some of the future new features and changes:
1919
- [x] Upgrade to the latest FastAPI.
2020
- [x] Migration from SQLAlchemy to SQLModel.
2121
- [x] Upgrade to Pydantic v2.
22-
- [ ] Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore.
22+
- [x] Refactor and simplification of most of the code, a lot of the complexity won't be necessary anymore.
2323
- [x] Automatic TypeScript frontend client generated from the FastAPI API (OpenAPI).
24-
- [ ] Migrate from Vue.js 2 to React with hooks and TypeScript.
24+
- [x] Migrate from Vue.js 2 to React 18 with TypeScript.
2525
- [x] Make the project work as is, allowing to clone and use (not requiring to generate a project with Cookiecutter or Copier)
2626
- [x] Migrate from Cookiecutter to Copier
27-
- [ ] Move from Docker Swarm Model to Docker Compose for a simple deployment.
27+
- [x] Move from Docker Swarm Model to Docker Compose for a simple deployment.
2828
- [x] GitHub Actions for CI.
2929

3030
---

0 commit comments

Comments
 (0)