This is the QR Management System for FullyHacks. It is a service used to render QR codes for checking in and out of events, ensuring that each user is only checked in once. It also helps to keep track of the number of people who have checked in and out of the event.
fullyhacks-qrms is currently hosted via acm-aws. It is hosted on an on-campus server.
You should have Nix installed to develop this project. If you don't have Nix installed, see Nix's installation guide.
To start developing, run the following commands:
nix develop
Then, re-generate all files and run the server:
go generate ./...
go run .