89f7c8c4bb7818e3d564a40d7ba5d63c41d0a4a4
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%