Nest Logo

Description

Backend for todo redux testing apps, written in nest

Installation

$ npm install

You will also need a google service account.

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod