Skip to content

A backend application to manage mail and packages for a residence.

License

Notifications You must be signed in to change notification settings

nmandiveyi/mail-package-manager

Repository files navigation


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

About

A backend application to manage mail and packages for a residence.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published