Frontend Routes - martinson-r/Tabletopr GitHub Wiki
/
/login
/logout
/signup
/submittable
- submission form to host a Table
/player/:playerid
- individual player profile
/table/:tableid
- individual table detail page
/search
/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.