rekaehreth / HKAdmin-service

BSc Thesis
1 stars 0 forks source link

Description

Installation

$ npm install

Starting the app

# start the application in docker
$ docker-compose up -d --build

Test

# start test db
$ docker-compose -f docker-compose-test.yml up -d 

# unit tests
$ npm run test:local