Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 625 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 625 Bytes

WB-Project

Develop Build Status

Server API

How to run

first lunch envioroment

yarn env:up

then compile server and run yarn compile yarn dev

Server

build yarn build:server or yarn:compile

start yarn start:server or yarn dev

Migrations

yarn env:up yarn compile yarn dev

Make models changes

yarn compile

Then generate migration yarn migration:generate -n <name>

Create migration yarn migration:create -n <name>