Based on Dan Hassin (UR'16)'s fabulous Skedge.
- Skedge is no longer maintained :(
- Library dependencies are out of date, and contribution requires working knowledge of both React and Rails.
- Make Skedge great again!
- Separation of front-end and back-end logic and update library dependencies so that more folks can contribute without having to know both React and Rails.
- Duncan & Zino
- 24 hours
- Course search and scheduling
- We're counting on you all to contribute!
- Make Skedge V2 a learning resource for all students interested in Web.
https://skedgev2.herokuapp.com/
bundle install
to install Ruby gems
yarn
to install all npm packages
bundle exec rails s
to start server
bundle exec rails db:migrate
to resolve pending migration
bundle exec rake scrape_all
to populate your database