-
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
-
0.30 beta Pre-Release
released this
2026-06-25 14:29:43 +00:00 | 2 commits to main since this releaseShop 0.30 beta
?????
- ???????? ?????? /product/{id} ? ?????? ????????? ? ????????
- ????????? /category/{slug} ? ?????????? ? ???????
- ???? ?? ??????? ? ????? -N%
- ???????? ??????? ??????? ? ?????????? ? ?????? ????????
- ??????????? README
??????
bash cd /opt/shop && bash scripts/redeploy.shDownloads
-
0.20 beta Pre-Release
released this
2026-06-25 14:07:02 +00:00 | 5 commits to main since this releaseShop 0.20 beta
?????
- ??????????? ? ??????????? ?????????????
- ?????? ???????: ??????? ? ??????? ???????
- ??????? ? ??????????? ??????? ? ???????
- ?????????? ?????? ??? ??????????? (?????) ??? ? ?????????
- ??????? ??????? ????? ??? ?????/???????????
????????
- /register, /login, /account - ???????
- /cart - ???????
- /checkout - ?????????? ??????
?????????
bash cd /opt/shop && git pull && docker compose up --build -dDownloads
-
0.10 beta Pre-Release
released this
2026-06-25 13:59:59 +00:00 | 6 commits to main since this releaseShop 0.10 beta
?????
- ??????? ????????? ??????? ???????? ? ???????
- CRUD ???????: ??????????, ??????????????, ????????
- ???????? Quill ??? ???????? ? ??????? ????????
- ???????? ???????? ???? ? ?????????? ??????
- Ubuntu-??????? ????????? ? ??????
????
- Go 1.23, PostgreSQL 17, Docker Compose, Caddy
?????????
bash git clone https://git.evilfox.cc/test2/shop-go.git /opt/shop cd /opt/shop sudo bash setup.shDownloads