Sample cloud-first application with 10 microservices
Online Boutique is a cloud-first microservices demo application. The application is a web-based e-commerce app where users can browse items, add them to the cart, and purchase them. Google uses this application to demonstrate the use of technologies like Kubernetes, GKE, Istio, Stackdriver, and gRPC. This application works on any Kubernetes cluster, like Google Kubernetes Engine (GKE). Itβs easy to deploy with little to no configuration.
Keep up-to-date with the latest news - Visit uniCenta's main site https://unicenta.com/about-unicenta-opos/unicenta-news/
uniCenta oPOS v5.0 is the latest community release.
Get the latest uniCenta oPOS 5.4.0 https://unicenta.com/download-files/ if you would like to make a contribution and support the project or need business support help.
π’ uniCenta oPOS 5.4.0 in fully integrated with WooCommerce!
β Run your website and store with the same data
β Support table ordering at your...
WARNING: DO NOT USE
I wrote this code over 15 years ago and it is, and was, clearly commented that it is NOT SECURE. More importantly, however, it's really just a demo. Don't use it for production code without thoroughly reviewing it. Specifically, it lacks secure session ID's and has not been reviewed for XSS, SQL Injection, CSRF...
WARNING #2: This code is written for php3. Most people reading this have probably never even heard of php3. I just tested it out (2015) for fun and found...