mirror of
https://github.com/ycd/manage-fastapi.git
synced 2021-11-08 01:34:39 +03:00
908 B
908 B
Manage FastAPI Roadmap
Hi there! 👋
The package plans are here. If you want to contribute with new ideas, or develop the ones that are listed, read our contributing guidelines! 🤓
Checklist
- License support on
startproject. - Docker/Docker-compose support on
startproject. - VSCode debugger support on
startproject(available via docker). - Add basic linter tools on
startproject(flake8, mypy and isort). - Add
.pre-commit-config.yamlonstartproject. - Support different CI on
startproject. - Add support for
hypercornonrun. - Add tests.
- Integrate databases on
startproject. - Create
migrations/migratecommand. - Different Authentication support on
startproject. - Configuration file support: being able to run
fastapi startproject --config-file myconfig.
Questions
- Should we support .git by default?