Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 385 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 385 Bytes

Installation

$ npm install

Running the app

$ npm run start

Get tests

# unit tests
$ git submodule update --init --recursive

Test

# unit tests
$ npm run test

Setting up database

docker-compose up --force-recreate -V

Testing e2e

docker-compose up --force-recreate -V

npm run test