Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 808 Bytes

README.md

File metadata and controls

47 lines (33 loc) · 808 Bytes

Nest Logo

Garden Planner API

Server API for Garden Planner.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Build

# production build
$ npm run build