Skip to content

hzm-s/leave-me-alone

Repository files navigation

Leave me alone! 👏

Build Status Maintainability Test Coverage

Let's todo driven work.

This application helps you to getting work done.

Run with docker for development

Requirement

  • docker
  • docker compose

Installation

$ git clone [email protected]:haazime/leave-me-alone.git

# Setting up docker environment.
$ docker-compose build
$ docker-compose up

# On another termianl.
$ docker-compose exec -e RAILS_ENV=development web bundle exec rails db:migrate