Skip to content

acmCSUFDev/fullyhacks-qrms

Repository files navigation

QR Management System for FullyHacks

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.

Hosting on Production

fullyhacks-qrms is currently hosted via acm-aws. It is hosted on an on-campus server.

Development

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 .

About

QR Management System for Fullyhacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published