Refactor/everything #11

Merged
KevinMidboe merged 21 commits from refactor/everything into master 2020-03-10 09:23:31 +00:00
KevinMidboe commented 2020-03-10 09:18:21 +00:00 (Migrated from github.com)

Frontend

  • Ability to scan barcodes and get information from vinmonopolet.
  • Redid layout and styling for login/create and register page.
  • Moved all api calls to /api.js to more easily control base_url path.

Backend

  • New endpoint for getting prelottery schema.
  • MustBeAuthenticated middleware that returns 401 if not logged in.
Frontend - Ability to scan barcodes and get information from vinmonopolet. - Redid layout and styling for login/create and register page. - Moved all api calls to /api.js to more easily control base_url path. Backend - New endpoint for getting prelottery schema. - MustBeAuthenticated middleware that returns 401 if not logged in.
Sign in to join this conversation.