Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

luna-assistant/legacy-luna

Repository files navigation

LUNA

"She's getting here as fast as she can" -- Stella de How I Met Your Mother.

Requirements

Build and deploy

$ ./deploy

Run the application

$ ./up 

Workflow

  1. Define your table at backend/migrations/NUMBER_create_YOUR_TABLE_NAME_table.sql
  2. Migrate your new table: ./migrate NUMBER_create_YOUR_TABLE_NAME_table.sql
  3. Define your model at backend/luna/server/models.py
  4. Define your repository at backend/luna/server/repositories.py
  5. Create your views, templates and urls