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.

What it does

How we built it

Challenges we ran into

Accomplishments that we're proud of

What we learned

What's next for Shoppingdrip

Built With

Share this project:

Updates