denis019 / todo-app-node

Node.js dockerized todo app with tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Node.js dockerized todo app with tests


Languages

Language:JavaScript 91.8%Language:Dockerfile 8.2%