Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 445 Bytes

konsol-2024

KONSol is an information screen in Konsulatet. The project contains the page that is shown on the screen, an admin page to upload slides, and a backend written in Actix.

Features:

  • Ability to upload slides (images, title, text, date) that will be shown on the screen.
  • SL departure data.
  • Fysiksektionen calendar integration.

Backend endpoints (draft):

  • /api/slides (GET slides)
  • /api/slides/<id> (GET slide image)