Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 1.17 KB

File metadata and controls

68 lines (50 loc) · 1.17 KB

mail package manager logo

Mail Package Manager


NodeJS NestJS Typescript

Table of contents

Description

This is a backend application for managing mail and packages for a residence.

Installation

$ npm install

Environment variables

Create a .env file with the following in the root

DATABASE_URL=<DATABASE_URL>

AUTH_SECRET=<AUTH_SECRET>

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov