davecarter / nestjs-tasks-manager

Am exercise to test a NodeJS backend environment built with TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powered by NestJS

Description

Task Manager exercise build with NestJS with:

  • Get, Post, Delete and Patch endpoints to list, create delete and update tasks.
  • Postgre data persistance
  • Authentication using hashed passwords and JSON Web Tokens

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

Stay in touch

License

Nest is MIT licensed.

About

Am exercise to test a NodeJS backend environment built with TypeScript


Languages

Language:TypeScript 100.0%