Nice - built a minimal, working prototype that implements the shopping flow you asked for using HTML (front end), C (CGI backend) an C++ (order processor). It's intentionally small so you can run it locally under a standard web server that supports CGI (e.g., Apache or lighttpd). I'I give you: • index.html - product listing, cart, checkout form (HTML + JS). • checkout.c-a CCGI program that accepts a POST checkout, saves an order JSON file and launches the processor. •order_processor.cpp-a C++ program that marks the order processed (simple simulation). O Build & deploy security notes.
Log in or sign up for Devpost to join the conversation.