RamiTae / cocktail-journey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 60.1%Language:JavaScript 39.9%