thunderlink / ThunderFish

Project Repository for 2019 Spring SWPP Class
MIT License
3 stars 2 forks source link

Frontend URLs #20

Closed dwmarcuskim closed 5 years ago

dwmarcuskim commented 5 years ago
  1. Main ( / )

    • First page that will be shown to user
  2. Signin ( /signin )

    • Sign in form
  3. Signup ( /signup )

    • Sign up form
  4. User detail ( /user/:id ) ex: /user/1

    • Show detail of certain user with 'id'
  5. Meeting detail ( /meeting/:id ) ex: /meeting/1

    • Show detail of certain meeting with i'd'
  6. Search ( /search/:query ) ex: /search/abc

    • Show the result of search with 'query'
dwmarcuskim commented 5 years ago

expired now.