Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 375 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 375 Bytes

Bonsai - a Ruby on Rails example app

This Ruby on Rails app is used during Ruy on Rails Advanced training.

Requirements

  • Ruby 2.5+
  • SQLite3
  • NodeJS
  • Yarn

Installation

bundle install
yarn install
rails db:setup

Usage

rails s

Then go to localhost:3000

License

This project is released under the GPL License.