sandbox-node/week-from-obj
renovate[bot] f1d59ad8f4 chore(deps): update dependency nodemon to v2.0.19 2022-07-21 13:41:55 +02:00
..
.gitignore feat:adjust .gitignore 2022-06-06 10:48:06 +02:00
README.md feat(week-from-obj): initial commit 2022-05-31 13:02:15 +02:00
ary-this-week.js feat(week-from-obj): return array of trips count 2022-05-31 15:05:43 +02:00
index.js refactor(week-from-obj): handling logs 2022-05-31 15:21:41 +02:00
package.json chore(deps): update dependency nodemon to v2.0.19 2022-07-21 13:41:55 +02:00
service.js refactor(week-from-obj): handling logs 2022-05-31 15:21:41 +02:00

README.md

Overview

tbc

Preparation

Run the following command in your favorite terminal to install dependenies.

npm i

Development setup

Run the following command in your favorite terminal if you fancy log messages for debugging.

export DEBUG=$DEBUG,debug,ary-this-week

Run the following command in your favorite terminal to start the service in development mode.

npm run dev

Production deployment

tbc