-
Notifications
You must be signed in to change notification settings - Fork 2
Front End Documentation
GET /
Navigates user to the home page of the application
GET /signup
Navigates user to the registration page and renders a form
GET /login
Navigates user to the login page and renders a form
GET /users/:id
Navigates user to specific user's page to view any questions they've asked/answered
GET /profile
Navigates user to their own user page
GET /questions
Navigates user to the questions page to view top questions
GET /questions/:id
Navigates user to a specific question page with associated answers and comments Redirected to this page upon submission of a question
GET /questions/new
Navigates user to a page with a form to ask a question
GET /tags
Navigates user to the tags page to view all of the tags on the application, sorted by popularity
GET /tags/:id
Navigates user to a specific tag's page to view any associated questions