JS01230 / fibroblast_challenge

My challenge for Fibroblast. Done in Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fibroblast Challenge

  • I chose Rails because the framework is well-tailored to what we are trying to accomplish with MVC setup

  • To see the various Models, Views, and Controllers, go to the App foler.

  • Config is where you will find the Routes file

  • Db is where you will find the Schema file that outlines our database

  • After cloning/pulling, run ‘rake db:create’ and ‘rake db:seed’ in order to create a database which will have one User and one Contact.

  • Views/Contacts/index.html.erb is where we render the contacts for the User. On the controller we set @Contacts to the contacts that have the user_id of the user who is signed in.

About

My challenge for Fibroblast. Done in Rails.


Languages

Language:Ruby 72.1%Language:HTML 22.2%Language:CSS 3.8%Language:JavaScript 1.2%Language:CoffeeScript 0.8%