Skip to content

Diving into Rails to implement a web page that demonstrations a one to many relationship with US states and cities. Uses CRUD and MVC principles as guides through the development.

Notifications You must be signed in to change notification settings

banosl/relational_rails_states_and_cities

Repository files navigation

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

About

Diving into Rails to implement a web page that demonstrations a one to many relationship with US states and cities. Uses CRUD and MVC principles as guides through the development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published