Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 427 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 427 Bytes

Getting Started

Prerequisites

Install Postgresql and RabbitMQ

Installation

$ npm install

Run

$ npm start

Migrations

Create a migration file

$ npm run migrate:make migration_name

Run latest migration

$ npm run migrate:latest

Rollback previous migration

$ npm run migration::rollback