ekzyis
ee3e5e82e4
Remove old code
...
* removed code that will not be used
* removed code that will most likely be rewritten
2024-07-12 11:00:51 +02:00
ekzyis
01f85bd098
Setup tailwindcss
2024-07-10 06:12:43 +02:00
ekzyis
440440c987
Add make dev
2024-07-10 04:48:45 +02:00
ekzyis
3d3ae16617
Index page with templ
2024-07-10 04:47:25 +02:00
ekzyis
c48b58ca9c
Fix Makefile ignoring main.go
2023-11-23 00:15:44 +01:00
ekzyis
18107bdac8
Only test handler package and use -v
...
since there are only tests in the handler package so far
2023-11-03 23:00:11 +01:00
ekzyis
e2a09ccdd1
refactor: put test hooks and boilerplate into own package
2023-11-03 21:17:04 +01:00
ekzyis
7a5c2cb063
Disable test cache
2023-11-03 20:35:34 +01:00
ekzyis
fc6fb9914e
Test login + callback
2023-11-03 20:34:21 +01:00
ekzyis
7558655458
refactor: Structure code into different packages
...
I have put too much code into the same files.
Also, I put everything into the same package: main.
This package is only meant for executables.
Therefore, I have refactored my code to use multiple packages. These packages also guarantee separation of concerns since Golang doesn't allow cyclic imports.
2023-09-10 23:13:08 +02:00
ekzyis
655ccb4a9b
Create README + Makefile
2023-09-09 22:52:50 +02:00