-
1.0 Stable
released this
2026-06-26 16:04:10 +00:00 | 1 commits to main since this releaseShop 1.0
First stable release of the Go e-commerce application.
Storefront
- Product catalog with categories and sale prices
- Product detail pages with images and screenshots
- Shopping cart and checkout (guest and registered users)
- User registration, login and personal account
- Order history with status badges and delivery timeline
Admin panel
- Dashboard with visit statistics
- Product CRUD with Quill rich-text editor and image uploads
- Category management
- Order management - view orders and change status (pending, unpaid, paid, processing, shipped, delivered, cancelled, refunded)
Infrastructure
- Go 1.23, PostgreSQL 17, Docker Compose, Caddy (HTTP/HTTPS)
- Ubuntu deployment scripts:
setup.sh,redeploy.sh, SSL via Let's Encrypt - Version endpoint:
GET /health
Upgrade
bash cd /opt/shop bash scripts/redeploy.shVerify:
``bash
curl http://localhost/health{"status":"ok","version":"v1.0"}
``
Downloads