DEMONSTRATION - Pavani-Lonavath/Photosite1 GitHub Wiki

  • Basically the PhotoSite application is having 2 URLs, which are,
  1. http://127.0.0.1:3000/user/show
  2. http://127.0.0.1:3000/photo/show/id -->where 'id' is the dynamic parameter for all the user. As I am having 6 users in my database, currently we have a total of 7 pages (home page and pages of 6 Users). Here are the URL s provided for each page below, Click on each and find the navigation!!!

First Page: URL: http://127.0.0.1:3000/user/show Second Page: URL: http://127.0.0.1:3000/user/show/1 Third Page: URL: http://127.0.0.1:3000/user/show/2 Fourth Page: URL: http://127.0.0.1:3000/user/show/3 Fifth Page: URL: http://127.0.0.1:3000/user/show/4 Sixth Page: URL: http://127.0.0.1:3000/user/show/5 Seventh Page: URL: http://127.0.0.1:3000/user/show/6