Skip to content

Rexman17/School-Students

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective: Finish building out the School application

** Make any necessary changes/edits to the existing code to complete the following deliverables **

Getting Started:

  1. Run bundle install
  2. migrate
  3. seed

Deliverables:

  • A School has a name and address

  • A School has many Students

  • A Student has a name, age, and school

    • User should not be able to add students without a name or age
  • A Student belongs to a School

  • The School index page should list all schools

    • Each school on the index page should link to its show page
  • The School show page should list all of the school's students

    • Each student should link to that student's show page
  • The Student show page should show their name, age, and the school they're apart of

  • User should be able to create a student and select which school the student belongs to

  • User should be able to edit a student

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published