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