9e3a04cd78958887ab09fac2826e6405cbf50548
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.6%
HTML
37.9%
CSS
17%
Nix
2.3%
JavaScript
0.2%