-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend Routes
natedonato edited this page May 3, 2019
·
1 revision
/
sign in page if signed out or post index page if signed in
/register
sign up page for new users (not accessible by signed in users)
/users/:id
personal profile containing user info and photos
/photos/:id
photo show page (contains comments and comment form)
/photos/new
photo upload form
/feed
photos of followed users (must be logged in)