fastapi-rocket-boilerplate
fastapi-rocket-boilerplate copied to clipboard
Create a CLI tool?
Imitating Django, it could be amazing a CLI manager program for different things:
- Explore and manipulate the data though the ORM
- Handle migrations with Alembic
- Maybe remove the makefile and do everything in python?
- ...