Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.87 KB

File metadata and controls

46 lines (33 loc) · 1.87 KB

Author: Waleed Gudah, Timothy Lee, Kimberly Bradford

This is the Official ZVH Rails 4 application. Currently features user and admin system with Facebook login, ransack, and devise

Gems we are using

For testing and development:

Setting up

  • bundle install "Install all nescassary rails components"
  • rake db:setup: "creates dev sqLite & prod PostgreSQL Database"
  • rake db:schema:load "Load Original Schema"
  • rake db:migrate "Load All Schema Migrations"
  • rake db:seed "Add default admin account and a few test users "
  • rails s "Boot rails server" http://localhost:3000/

Admin user is login: Admin@zvh.edu password: password

![Alt text](Demos/ZVH Presentation1.png "1")

![Alt text](Demos/ZVH Presentation2.png "2")

![Alt text](Demos/ZVH Presentation3.png "3")

![Alt text](Demos/ZVH Presentation4.png "4")

![Alt text](Demos/ZVH Presentation5.png "5")

![Alt text](Demos/ZVH Presentation6.png "6")

![Alt text](Demos/ZVH Presentation7.png "7")