Skip to content

Tasks mamanger, habbit tracker e.c. backend api (NestJS, PostgreSQL, TypeORM)

Notifications You must be signed in to change notification settings

andrewrunner/life-organizer

Repository files navigation

Simple backend api for tasks mamanger app;

Use

  • NestJS
  • passport jwt and bcrypt
  • PostgreSQL
  • TypeORM
  • jest
  • class-validator - DTO class fields validation
  • class-transformer - serialize request to DTO object or class
  • hapi/joi - validate ENV file
  • cross-env (global) - use to choose env file by cmd 'STAGE' param

Installation

$ npm install

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

Tasks mamanger, habbit tracker e.c. backend api (NestJS, PostgreSQL, TypeORM)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published