Commit graph

10 commits

Author SHA1 Message Date
Patryk Hegenberg
2d3f1ef951 added logging 2023-12-04 11:14:37 +01:00
Patryk Hegenberg
a408e1487d restructured and refactored codebase
For better code organisation the entire Codebase has been restructured and cleaned up. handlers have been separated into an own package, as well as the model.
2023-12-04 11:04:06 +01:00
Patryk Hegenberg
4dd9c18832 added a basic function to add multiple Monsters 2023-11-29 22:36:00 +01:00
Patryk Hegenberg
bf021090ab seperate main template from monster form 2023-11-29 16:17:36 +01:00
Patryk Hegenberg
24c11cbd50 seperator forms.html into templates and improve page styling 2023-11-29 13:53:29 +01:00
Patryk Hegenberg
a0738a7665 add goreleaser for fast build and publishing 2023-11-25 08:18:13 +01:00
Patryk Hegenberg
03040648f4 add json download on submit and improve styling 2023-11-24 22:35:09 +01:00
Patryk Hegenberg
bd3b2817f2 use go:embed to include forms.html into cpmpiled binary 2023-11-24 21:49:46 +01:00
Patryk Hegenberg
f9295b74ee add basic styling to html file 2023-11-24 21:04:45 +01:00
Patryk Hegenberg
c251b553a1 init commit for ddServer
First commit with basic functionality for create a json-file from Input in the html form.
2023-11-24 20:28:31 +01:00