Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (28 loc) · 444 Bytes

TODO.md

File metadata and controls

30 lines (28 loc) · 444 Bytes

Front-end

  • / - Waterfall quote viewing
  • /submit
  • /q/<id>
  • View
    • /category/<category>
    • /author/<author>
    • /from/<from>
  • Users
    • /login
    • /register
    • /user/<user>
  • Administration
    • /admin/quote
    • /admin/user

Back-end

  • /api/q/<id>
  • /api/c/<category>
  • /api/a/<author>
  • /api/f/<from>
  • /api/doc
  • /api/v - Vote

Database

  • User
  • Quote
  • Category
  • Author
  • Source