Skip to content

Front End Documentation

Moiz Ahmad edited this page Jul 23, 2021 · 4 revisions

User Navigation

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

Questions

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

Tags

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

Clone this wiki locally