Frontend Routes - martinson-r/Tabletopr GitHub Wiki

/

  • The home page.

/login

  • login route

/logout

  • logout route

/signup

  • signup route

/submittable

  • submission form to host a Table

/player/:playerid

  • individual player profile

/table/:tableid

  • individual table detail page

/search

  • search results page

/application/:tableid/:playerid

  • a specific player's application to a specific table. Protected route visible only by table host and player.

/messages/:playerid

  • page listing all conversations and messages. Protected route visible only to the player.