854573eb3ac6f5f8cc82321c7342ed1b498476f4
Zine Shop
Here a simple online shop for zines should be created. Idea is that admin users can create and modify zines available. Normal users can add them to a cart and buy them. The zines will then be printed on demand and be send. for payment a simple random string will be created to connect payments to orders. This way also cash could be send like mullvad is doing it.
Development
To get the webserver running do the following:
nix develop .#
# run the webserver
go run main.go
For updating tailwindcss on the fly open extra shell
nix develop .#
tailwindcss -i static/input.css -o static/output.css --watch
Description
Languages
Go
42.7%
HTML
37.9%
CSS
16.9%
Nix
2.3%
JavaScript
0.2%