Skip to content

This repository contains the source code for the backend of the plahner web app.

Notifications You must be signed in to change notification settings

mahalde/plahner-backend

Repository files navigation

plahner backend

Description

This is the backend repository for the plahner web app.

Installation

$ yarn

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov