almost all ready

This commit is contained in:
2026-05-14 01:48:15 +02:00
parent 1b53c1c199
commit d55b0e2914
29 changed files with 5489 additions and 650 deletions
+2
View File
@@ -11,8 +11,10 @@ Go reverse proxy in front of PrestaShop `1.7.3` with:
## Current scope
- Go owns `GET /product/:slug`
- Go owns `GET /cart`
- all other routes proxy to the upstream PrestaShop instance
- product data, customer data, and cart summary are read from the PrestaShop database
- cart add/update/delete writes go directly to the PrestaShop database and keep the PrestaShop cookie in sync
- session state is derived from the live PrestaShop cookie
## Requirements