Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 525 Bytes

projectIdeas.md

File metadata and controls

21 lines (18 loc) · 525 Bytes

MVP:

  • Public website (on /)
    • Display youtube videos
  • Admin page (on /admin)
    • Add youtube videos to show (looping queue / playlist)
    • Delete videos
    • Force video (show now)
    • Select duration of video
    • Enable shuffle / play list in order
  • Backend
    • Database to keep track of videos etc
    • Get website that can

Libraries used:

  • Gorm (DB/orm)
  • Gin/Gonic (webserver)
  • HUGO (frontend templates)

Future ideas:

  • Suggest website (for non-admins to add videos on /suggest)