make init-db // Create DB
make // build app and start
- default app_port :8000
- http://localhost:{app_port}
make db // Connect to DB
make init-db // Create DB
make down-db // Delete DB with save in volume rest-db-data
make migrate-add NAME=<name_migrate>
make migrate-up
make migrate-down