Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 426 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 426 Bytes

kanban-board-integration

Getting started

  1. Clone project

  2. Run docker compose

docker compose up --build
  1. Migrate DB
make hasura migrate apply
  1. Seed DB
make hasura seed apply

Ignore if error appears

Update

  1. Pull latest changes
make pull-latest
  1. Run migrations
make hasura migrate apply
  1. Add seed
make hasura seed apply