This is an E-store built with a Django Rest backend that handles payment and databases with a React frontend.
The design is minimalistic, as per customer request, but will be developed much further. The customer currently has a Squarespace website for his books but no way to purchase his books through the website.
The site currently includes a Stripe payment system, a Postgres database for tracking orders and payments, and an automated email service that notifies the customer of new orders. The React frontend renders product pages dynamically based on the contents of a `products.js` file, ensuring scalability and maintainability.
Currently, I'm awaiting a meeting with the customer to go through some design choices and retrieve the Squarespace login to transfer the domain name. I will also explain how the web application works to help the customer start selling his products.