Description

This project implements a full CRUD for a task list application, including creating, reading, updating, and deleting task.It is built with Nest.js and Prisma ORM.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev