The Raven Collection is an e-commerce website I built for a friend who wanted to resell collectibles and Funko Pops. The website utilizes React on the front end to implement dynamic product pages, the cart management, and the checkout flow while remaining maintable and upgradable. On the back end, a Node.js server exposes REST APIs and integrates with the Stripe API for payment. A PostgreSQL database also stores product inventory, user orders, and transaction history. I designed schemas and queries to keep inventory and order data consistent even. 

You may also like

Back to Top