Skip to content

Files

32 lines (19 loc) · 402 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 402 Bytes

Time for Coffee API for iOS app

Description

Based on Nest framework.

Installation

$ npm install

Running the app

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

License

timeforcoffee-api is MIT licensed.