Create your rest API with simply and best structure
mv env.example .env
pip install -e .
pip install .
pena http serve
help
# pena -h
---------------------------------------------------------------------------------------------------
Usage:
pena <command> [<args>...]
Options:
-h, --help Display this help and exit
-v, --version Print version information and quit
Commands:
http Starting http serve
migrate Migrating apps
deploy Setup apps
Run 'pena COMMAND --help' for more information on a command.