Skip to content

abla-github/gumhoo-demo

Repository files navigation

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

 
 
 

Contributors