/digitoo-test

Primary LanguageTypeScript

Description

Digitoo homework

Installation

# Install node_modules
$ yarn install

# Install postgres and pg admin and dockerize it in background
$ cd docker && docker-compose up -d

# Create test database, password for connection is 'root'
$ yarn init:testdb

Running the app

$ npm run start

Test

# unit tests
$ yarn test

License

MIT licensed.