Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

shrimpwerks/protoscend

Repository files navigation

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