A real-time attendance and class interaction API written in Go.
Client is located in client
folder and can be started using the following command: npm start
.
Server is located in server
folder and can be started using the following command: go run server.go
.