/todo-app-node

Node.js dockerized todo app with tests

Primary LanguageJavaScript

TODO API

Installation

  • git clone git@github.com:denis019/todo-app-node.git
  • cd todo-app-node
  • cp config/env-example config/dev.env
  • cp docker/env-example docker/.env
  • cd docker
  • docker-compose up --build

Run tests-watch

  • docker-compose -f docker-compose.yml -f docker-compose.test.yml up

Built based on: