Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 720 Bytes

File metadata and controls

11 lines (6 loc) · 720 Bytes

README

This project is an exercise in building a one to many relationship web page using Ruby on Rails. Both model and feature testing is implemented throughout the project to 100%. The relationship demonstrated is that of one state to many cities. With this page one can run the seed and view states, their attributes and associated cities; cities and their attributes. One can also add, edit, and delete both states and cities.

In order to run:

Ruby version 2.7.4 and Rails 5.2.8.1 are needed

A screenshot of the schema can be viewed below:

Screen Shot 2022-12-06 at 5 54 31 PM