anamsoomro / houston-web-rails-students-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-students

This is a practice project to help prepare you for the code challenge.

Objectives

  • MVC
  • REST
  • Form/Form Helpers
  • ActiveRecord
  • Validations

Deliverables:

  • The ability to create, read, update and delete Instructor
  • Instructor will have a name
  • The ability to create, read, update and delete Student
  • Student will have name, major and age
  • The ability to select one instructor for a student (an instructor can have any number of students). When you create a new student or update an existing user.
  • Make sure instructor and student is not created without the names.
  • Make sure student's age is greater than 18 years.

Instructions:

  • Fork this repository
  • Time yourself while working on the deliverables
  • Prioritize associations (being able to select an instructor for a student)
  • Commit when you hit 75 minutes
  • When you have finished all deliverables, commit again.
  • Slack us if you get stuck anywhere for more than 15 minutes.

About


Languages

Language:Ruby 73.3%Language:HTML 20.0%Language:JavaScript 3.0%Language:CSS 2.7%Language:CoffeeScript 1.0%