Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 233 Bytes

Migrations

Creation

Create migration using 'npm run mmcreate' + migration name migration configuration can be found in mm-config.json

Run

Run migrations using 'npm run mm'

Run application

Run application using 'npm start'