E-Store

This is an E-store built with a Django Rest backend that handles payment and databases with a React frontend.

The design is in it's first release state, though there are still a lot of things to improve it is good enough for production.

The site currently does not have it's Stripe payment system ready yet. I'm also building a Postgres database for tracking orders and payments, and an automated email service that notifies the customer of completed 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.

To the application