This is a Ruby on Rails project put together on a bootcamp hackathon. Our idea was to build a simple app that helps teachers manage their students. It's fairly rudimental, but it worked - and at the end of the day got us the hackathon win.
During this project we learned to set up our very own application from 0 to MVP, as well as work as a team.
Should be fairly straightforward:
-
Clone or download the repo
-
Run bundle install
-
Run rails db:migrate
-
Run rails server
-
Browse to http://localhost:3000