Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 519 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 519 Bytes

coctail-journey

칵테일저니는 개인이 마신 칵테일의 정보와 그에 대한 별점, 맛 평가를 간단하게 정리할 수 있는 기록 앱입니다.

사용 API: https://www.thecocktaildb.com/


Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov