Skip to content
Josh Earlenbaugh edited this page Nov 19, 2017 · 12 revisions

Here is where a representation of the routes and route-relations lives.


FrontEnd Routes:

  • /login
  • /signup
  • /feed - question feed/homepage
  • /users/:userId - user profile
  • /questions/new - create a new question
  • /questions/:questionId - question show
  • /questions/:questionId/answers - question answers index
  • /questions/:questionId/answers/:answerId - question answer show
  • /questions/:questionId/answers/:answerId/comments - question answer comments index
  • /questions/:questionId/answers/:answerId/comments/:commentId - question answer comment show
Clone this wiki locally