/protoscend

Oregon State Indoor Climbing Center

Primary LanguageRuby

routes

An application for managing climbing routes at the Indoor Climbing Center at Oregon State University.

The previous version of the site already at http://iccroutes.com. When this project is finished, it will replace it.

Setup

Dependencies

Getting Started

git clone git@github.com:temporary-name/ICCapi.git
cd ICCapi/

bundle install

cp .sample.env .env
vim .env # Modify for your environment

foreman run rake db:create
foreman run rake db:schema:load
foreman run rake db:seed

foreman start

open http://localhost:5000