I Built a List app with Rails

For our third FlatIron project, we were asked to build a CRUD, MVC app using Rails.

I decided to build a List app where Users can create Lists and populate each list with Cards. They can also give tags to lists.

Planning

My first step to planning out this project was building a task board from my Notion database.

Screen Shot 2020-07-14 at 8.57.03 PM.png

After planning out my project, I created my model associations.

Screen Shot 2020-07-14 at 9.02.15 PM.png

Allocating Responsiblities