Skip to content

rspineda/Nestjs-Tasks-Management

Repository files navigation

Description

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Body example:

on POST: /tasks { "title": "Cleaning", "description": "Living room needs to be cleaned before weekend" } on PATCH: /tasks/:id/status { "status": "IN_PROGRESS" }

on POST: /auth/signup

{ "username": "whatever", "password": "whatever" }

on POST: /auth/signin

{ "username": "whatever", "password": "whatever" }

About

Rest Api based on Nestjs Framework, Typescript, TypeORM for database interaction, PostgreSQL and MongoDB as databases, Data Transfer Objects (DTO), GraphQL..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors