melodicodyssey / sample_app

Put together a sample application for a student, to illustrate routing and MVC behavior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Widget app

This is a sample Rails application meant to illustrate how MVC/route behavior works.

To use this app, clone it into your local repository, then run:

bundle install
rake db:create
rake db:migrate
rake db:seed
rails s

And you should be good to go to localhost:3000! Feel free to navigate through the application while viewing the code here on Github. The .rb files are heavily commented to narrate the process that is occurring.

If you feel any changes/additions need to be made to increase the teaching power of this appliation, please let me know!

~Stephen

About

Put together a sample application for a student, to illustrate routing and MVC behavior


Languages

Language:Ruby 92.5%Language:JavaScript 4.1%Language:CSS 3.4%