/appapp

Primary LanguageRuby

App App

Code Climate

A website to visit when applying to Flatiron School. Has robust workflows for a team of admins to review applications, schedule interviews, take notes, and ultimately accept or reject students.

To check out the app (app):

  • git clone git@github.com:flatiron-school/appapp.git
  • cd appapp
  • bundle install
  • rake db:migrate
  • rake db:seed
  • rails server
  • visit http://localhost:3000