Go to file
efim 850b6c693b feat: create room endpoint
not really sets the cookie, but returns the rendered index on success
2023-10-30 05:19:43 +00:00
rooms feat: create room endpoint 2023-10-30 05:19:43 +00:00
routes feat: create room endpoint 2023-10-30 05:19:43 +00:00
sessions feat: room manager and pushed to login page route 2023-10-29 15:18:27 +00:00
.envrc init: flake env and go mod 2023-10-27 05:53:49 +00:00
.gitignore feat: adding redis to save sessions 2023-10-29 11:44:28 +00:00
Makefile init: gnumake for live restarts on src \ tailwind 2023-10-28 15:51:34 +00:00
flake.lock init: flake env and go mod 2023-10-27 05:53:49 +00:00
flake.nix feat: adding redis to save sessions 2023-10-29 11:44:28 +00:00
go.mod feat: adding redis to save sessions 2023-10-29 11:44:28 +00:00
go.sum feat: adding redis to save sessions 2023-10-29 11:44:28 +00:00
main.go feat: room manager and pushed to login page route 2023-10-29 15:18:27 +00:00
tailwind.config.js feat: initial login page 2023-10-29 08:26:35 +00:00