A really simple Kahoot clone that makes use of Gin, HTMX and PostgreSQL
Go to file
raul e13e9e2019
Merge teachers and students into one table
Using the AccountType attribute to store the user type
2024-12-10 13:52:59 +01:00
cmd Merge teachers and students into one table 2024-12-10 13:52:59 +01:00
db-config Add password field for students and teachers 2024-12-09 17:58:00 +01:00
sample-config Update config files 2024-12-06 13:52:41 +01:00
.env.example Add PostgreSQL setup files 2024-12-06 09:03:49 +01:00
.gitignore Remove db-data from repo 2024-12-06 13:51:42 +01:00
LICENSE Initial commit 2024-12-06 08:52:59 +01:00
README.md Initial commit 2024-12-06 08:52:59 +01:00
docker-compose.yml Configure Gin and tinker with DB comms 2024-12-06 13:55:01 +01:00
go.mod Configure Gin and tinker with DB comms 2024-12-06 13:55:01 +01:00
go.sum Configure Gin and tinker with DB comms 2024-12-06 13:55:01 +01:00
main.go Add cobra template files 2024-12-06 08:54:21 +01:00

README.md

drahoot

A really simple Kahoot clone that makes use of Gin, HTMX and PostgreSQL