TODO API WITH AUTH ( NEST JS )

Description

This API enables authenticated users to manage their tasks efficiently.

Requirement

DOCKER

Docker needs to be installed to run and test this Application

MANUAL

Setup your local Postgres server and put the url in .env file, or .env.test to perform test.

Installation

Navigate to the root folder of the project.

$ yarn

Setting up the app

Running the following sets up and starts the app automatically for dev or testing.

$ yarn start:dev

or

$ yarn test:e2e

Running the app

# start in development mode ( watch mode)
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# e2e tests
$ yarn test:e2e

shutdown all db instances on docker

yarn db:shutdown