This is an example application written in Rails demonstrating how Tabelle can work.
- Rails 5.1.6
bundle install
rails db:migrate
rails db:seed # inserts 100 random people into the db
heroku login
git push heroku
## to run migrations on the production server
heroku run rails db:migrate
rails server
The application is then available under http://localhost:3000