Skip to content

talgat-ruby/kanban-board-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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