2025-03-02 18:49:36 +01:00
2025-04-10 11:52:34 +02:00
2025-03-25 20:36:28 +01:00
2025-03-04 16:42:59 +01:00
2025-04-10 12:54:03 +02:00
2025-04-10 12:54:03 +02:00
2025-03-23 23:40:08 +01:00
2025-03-23 23:40:08 +01:00
2025-01-04 21:22:22 +01:00
2025-01-04 21:22:22 +01:00
2025-04-10 12:54:03 +02:00
2025-03-25 18:42:49 +01:00
2025-03-03 15:21:01 +01:00
2025-03-24 01:04:01 +01:00

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
No description provided
Readme 4.7 MiB
Languages
Go 42.6%
HTML 37.9%
CSS 17%
Nix 2.3%
JavaScript 0.2%