1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00
Files
manage-fastapi/ROADMAP.md
Marcelo Trylesinski 4ef522de7e Add startapp command
2020-12-07 14:42:54 -03:00

1.1 KiB

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

Must

  • License support on startproject.
  • Docker/Docker-compose support on startproject.
  • Add basic linter tools on startproject (flake8, mypy and isort).
  • Add .pre-commit-config.yaml on startproject.
  • Integrate databases on startproject.
    • Postgres
  • Different Authentication support on startproject.
  • Support startapp command.
    • Simple app creation.
    • Append the APIRouter to the FastAPI app.
  • Add tests.
  • Fix documentation accordingly.

Nice to have

  • VSCode debugger support on startproject (available via docker).
  • Support different CI on startproject.
  • Add support for hypercorn on run.
  • Create migrations/migrate command.
  • Add logger to startproject structure.
  • Base CRUD class to startproject.

Questions

  • Should we support .git by default?
  • Should CORSMiddleware be optional?