Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 409 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 409 Bytes

Thrifday - API

Description

Backend API for Thrifday. Built using Nest.

Installation

$ yarn
$ docker-compose up -D

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov