FrontEnd Routes - GaronHock/InstaGaron GitHub Wiki
Our components are organized as follows:
- Root
- App
- NavBar
- (main component goes here)
- Footer The following routes, defined in App, will render components between NavBar and Footer.
- App
- /
- Splash
- /login
- SessionForm
- /signup
- SessionForm
- /photosFeed
- PhotoIndex
- PhotoIndexItem
- PhotoIndex
- /users/:userId
- ProfileComponent
- PhotoIndex
- PhotoIndexItem
- /photos/new
- newPhoto
- /photos/:photoId
- PhotoShow
- /photos/:photoid/edit
- Edit Photo *followers /users/userId/followers