Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 912 Bytes

File metadata and controls

34 lines (23 loc) · 912 Bytes

Thinreports Rails Example

CI

A simple task management application using Thinreports and Rails.

Environments

An sample application with Rails 6.1 can be found in the rails-6 branch.

Running this application

$ bundle install
$ bin/rails db:setup
$ bin/rails s

Visit http://localhost:3000.

Using docker-compose

$ docker-compose build
$ docker-compose run app bin/rails db:setup
$ docker-compose up -d