Skip to content
back to projects
2023·shipped·Backend Engineer

E-commerce REST API

REST API for an e-commerce platform consumed by React and Next.js clients. Product catalog, cart, orders, and auth, tuned for read-heavy load.

Node.jsPostgreSQLREST

Highlights

  • Read-heavy access patterns handled through careful indexing and cache strategy.
  • Clean-architecture layering so the catalog and cart could evolve independently.

REST API for an e-commerce platform consumed by React and Next.js apps. Covered product catalog, cart, order management, and authentication, with particular attention to data access patterns under read-heavy load.