-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is a simple photo sharing Web site created on Rails. There are two urls, in one url website displays all the users information. In second url, according to id provided in url photos of the specific user get displayed and at the same time we can see the comments posted by viewers and if we click on that user we can checkout that profile.
URL to YouTube Video: https://www.youtube.com/watch?v=iIqJokgX7zQ
This url(user/index) will display list of all users and their detailed information.
This url(photo/index/id) will display the photos of the user of which the id is provided and also we can see the comments posted on these photos.

If we click on the hyperlink i.e on the person name who has commented on the photo we can redirected to his/her page. As in above example comment was made by Paris Hilton on Barack Obama page then if we click on Paris Hilton hyperlink then her page gets open.

None at this time