Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

bcgov/housing-data-challenge-exponentian

Repository files navigation

Lifecycle:Retired status: archive

Data Visualization Challenge

by Ho Seok (Brandon) Oh

This application is working under Ruby on Rails framework.

Testing Link: Testing Link

Must have:

  • Ruby
  • Rails
  • PostgreSQL

How to run:

  • Clone or Download this
  • Go go the folder
  • Open your terminal, and type the following commands
$ bundle install
$ rake db:create
$ rake db:migrate
$ rails server

How to use a Docker Image:

  • Built a Dokcer image and container through a Openshift Platform, and pushed it to Docker Hub.

  • To search in Docker Hub: exponentian/data-visualization

  • Open your terminal, and type the following a command

$ docker run -p 8080:8080 exponentian/data-visualization

Structure:

  • View pages: ./app/views/articles
  • Controllers: ./app/controllers/articles_controller
  • JS and CSS: ./app/assets/javascripts/articles.js and ./app/assets/stylesheets/
  • Public data: ./public/data

Thank you very much!