Skip to content

thinreports/thinreports-rails-example

Folders and files

NameName
Last commit message
Last commit date
Jul 9, 2023
Feb 9, 2022
Dec 29, 2021
Dec 29, 2021
Dec 19, 2021
Jan 26, 2021
Jan 16, 2021
Jan 16, 2021
Jan 16, 2021
Jan 16, 2021
Feb 9, 2022
Jan 16, 2021
Dec 29, 2021
Jan 16, 2021
Dec 19, 2021
Dec 29, 2021
Sep 21, 2023
Oct 10, 2023
Sep 8, 2023
Jan 16, 2021
Jan 16, 2021
Feb 9, 2022

Repository files navigation

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