Back to projects
CheckOutPH
Web

CheckOutPH

CheckOutPH is a Django-powered marketplace where buyers and sellers can interact in real time. Features include product listings with search/filtering, a WebSocket chat system, and a full order lifecycle from cart to delivery tracking.

Tech Stack

HTMLDjangoJavaScriptWebSocketsPostgreSQLRedis

Highlights

  • Real-time buyer–seller chat via Django Channels + WebSockets
  • Product search with category filters and pagination
  • Order management with status tracking
  • Redis-backed message queue for scalable WebSocket connections
  • Secure authentication with role-based access control