Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.05 KB

E-Commerce Queues Demo

This project demonstrates a modern e-commerce application utilizing queue-based architecture for efficient order processing and sending emails.

Watch Demo on YouTube

Features

  • Product browsing and cart management
  • Order placement and confirmation
  • Email notifications for sign-ups, sign-ins, and order confirmations

Tech Stack

  • Frontend: Next.js deployed to Cloudflare Pages
  • Backend: Cloudflare Workers
  • Database: Cloudflare D1

Key Components

  • Client-side:

    • Product display and cart management
    • UI components (Button, Input)
  • Server-side:

    • User and order processing
    • Email template generation
    • Database schema for users and products

Getting Started

For the frontend, check out the client README.

For the backend, check out the server README.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

Check out the LICENSE file.