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

Latest commit

 

History

History
30 lines (22 loc) · 707 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 707 Bytes

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 [email protected]: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