Curriculearn

This README Last Updated: 2015/11/04

CurricuLearn - Learning platform for homeschool parents and students

Deployed on AWS at curriculearn.xyz

Overview

Built with Ruby on Rails and Angular.js. See Gemfile for all of the Gems used. Created by Lan, Sourabh, Nick, and Isaac.

How to run locally

Requires Ruby on Rails

  • Clone this repo to a local directory
bundle install
bundle update
rake db:seed
rails s