/todos-api

Primary LanguageTypeScript

Description

Nest framework TypeScript simple todos api. cors allowed from http://localhost:3000

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod