ashwini0529 / Jivox-Problem

The 2 hour Problem statement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jivox-Problem

The 2 hour Problem statement

##Relationship Theory

Name of Model Link
User https://github.com/ashwini0529/Jivox-Problem/blob/master/app/User.php
Follower https://github.com/ashwini0529/Jivox-Problem/blob/master/app/Follower.php

User model is related as : User->has many->Followers

Follower model is related as : Follower->belongs to->User

##The core algorithm behind the problem statement

Name of Controller Link
UserController https://github.com/ashwini0529/Jivox-Problem/blob/master/app/Http/Controllers/UserController.php

##ScreenShots

Register User Screen

![Register User](https://s31.postimg.org/ta3thuiez/Screenshot_from_2016_08_06_13_45_12.png)

User Login Screen

![Login User](https://s31.postimg.org/yzh3uvv63/Screenshot_from_2016_08_06_13_45_08.png)

Follow Users Screen

![Follow Users Screen](https://s31.postimg.org/i6rtirs7f/Screenshot_from_2016_08_06_13_41_26.png)

Generated Chain screen

![Generated Chain Screen](https://s32.postimg.org/s8iuqpblx/Screenshot_from_2016_08_06_13_44_41.png)

##Database Migrations

Name of Migration Link
User https://github.com/ashwini0529/Jivox-Problem/blob/master/database/migrations/2014_10_12_000000_create_users_table.php
Followers https://github.com/ashwini0529/Jivox-Problem/blob/master/database/migrations/2016_08_06_064444_create_followers_table.php

##Views(Frontend embedded)

Link to Views folder : Views

About

The 2 hour Problem statement


Languages

Language:PHP 78.1%Language:HTML 20.7%Language:ApacheConf 0.6%Language:JavaScript 0.5%