Based on Nest framework.
$ npm install
docker run -p 6455:6379 --rm -d redis:6-alpine
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
timeforcoffee-api is MIT licensed.
Based on Nest framework.
$ npm install
docker run -p 6455:6379 --rm -d redis:6-alpine
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
timeforcoffee-api is MIT licensed.