Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 541 Bytes

README.md

File metadata and controls

44 lines (34 loc) · 541 Bytes

Boke0ya monorepo boilerplate

Requirements

  • Docker + docker-compose
  • Node.js 18.12.1
  • yarn
  • make
  • Go 1.19
  • golang-migrate

Setup

$ make setup

Start developping

Start docker

$ make docker

Start frontend

$ make front

Migrate DB

Install golang-migrate first.

$ go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest

Migrate up

$ make dbup

Migrate down

$ make dbdown