mood-api

Серверная часть мини-приложения "Трекер настроения"

Stars
5

mood-api

" ".

 JS+Koa,      .

, , API.

:

  • MongoDB
  •  `.env` (  `.env.example`)
    

Installation

$ yarn

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov