kyoshidajp / omm-japan-2016

Application that visually displays the result of OMM JAPAN 2016 Omachi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OMM-JAPAN-2016

Build Status

OMM-JAPAN-2016 is an application that visually displays the result of OMM JAPAN 2016 Omachi.

Note: This is not an official site of OMM.

Live App

https://omm-japan-2016.herokuapp.com

Local Installation and Running

  1. Install Node.js and Set PATH
  2. Install PostgreSQL and Run
  3. git clone git@github.com:kyoshidajp/omm-japan-2016.git
  4. cd omm-japan-2016
  5. bundle install --path vendor/bundle
  6. npm install
  7. bundle exec rake db:seed_fu
  8. bundle exec foreman start
  9. Go to http://localhost:5000/

Requirements

  • Ruby(MRI) 2.3.0
  • Bundler 1.13.6 or higher
  • Node.js v4.2.2 or higher
  • PostgreSQL 9.4.4 or higher

LICENSE

MIT License

Author

kyoshidajp

About

Application that visually displays the result of OMM JAPAN 2016 Omachi

License:MIT License


Languages

Language:JavaScript 55.9%Language:Ruby 36.7%Language:HTML 4.6%Language:CSS 2.8%