"She's getting here as fast as she can" -- Stella de How I Met Your Mother.
- Docker, see how to install
- Docker-Compose, see how to install
$ ./deploy
$ ./up
- Define your table at
backend/migrations/NUMBER_create_YOUR_TABLE_NAME_table.sql
- Migrate your new table:
./migrate NUMBER_create_YOUR_TABLE_NAME_table.sql
- Define your model at
backend/luna/server/models.py
- Define your repository at
backend/luna/server/repositories.py
- Create your views, templates and urls