Web server for a simple video conferencing app written in golang with livekit.
- Setup unit and integration tests
- Sign in with Google
- Users, auth & session
- Meetings & participants
- LiveKit integration
- Github actions workflow
- Kubernetes manifests or helm chart
- Admit guests into the meeting as guest
- Persist participants in meeting
- Cloud recording
- Auto generate API documentation?
make all # runs test, e2e and build
make build # builds the binary
make clean # cleans the binary
make test # runs unit tests
make e2e # runs integration tests
make run # builds and runs binary
make dev # runs the source and watches for changes