Tracks attendance for sig-meetings (with little overhead)
Try it out at: http://sig-track.com/
- Prereqs:
- Create
valid-sigs.jsonfile insrc/front-endwith a json string slice with the name of the sig- ex.
[ "swe", "algo", "sec" ]
- ex.
- Create an
.envfile insrc/front-endwith the following values:GOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETSESSION_KEYBENDPOINTTYPE
- Create
# Change directory to repo
cd sig-track
# Change into src
cd src
# Build executable with output => (main.o)
make compile# Run Go executable (if already built)
./main.o
# Auto run from `make`
make- Languages:
go,html,css,sh - Packages:
make,nginx
| Directory | Explanation |
|---|---|
| configs | Infrastructure Configuration |
| src | Source Code for front-end and api services |
- Check out the Wiki