Skip to content

Using Ruby on Rails to develop Gumhoo web application for demonstration

Notifications You must be signed in to change notification settings

abla00/gumhoo-demo

 
 

Repository files navigation

Stories in Ready Circle CI

Gumhoo Demo

This application is only for demonstration purpose

Prerequisite

  • ruby 2.3.0
  • rails 4.2.2
  • PostgreSQL

Getting Started

  1. To get the source code from GitHub.
$ git clone git@github.com:abla-github/gumhoo-demo.git
  1. Using Bundler to install the gems needed by the app.
$ bundle install
  1. Migrating the database & initializing with the seed data.
$ bundle exec rake db:migrate
$ bundle exec rake db:seed
  1. Running the Rails server on a local machine.
$ rails server
  1. Browse to http://localhost:3000.

How to run the test suite

$ bundle exec rake test

Heroku app Open

About

Using Ruby on Rails to develop Gumhoo web application for demonstration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.8%
  • HTML 19.7%
  • CSS 9.1%
  • CoffeeScript 1.8%
  • JavaScript 0.6%