Skip to content

Quick Start

  • Bun >= 1.0
  • Docker (for PostgreSQL and Redis)
Terminal window
git clone https://github.com/your-org/honocommerce.git
cd honocommerce
Terminal window
bun run docker:up

This starts PostgreSQL and Redis via Docker Compose.

Terminal window
bun install
Terminal window
bun run db:push
Terminal window
bun run dev

The API is now available at http://localhost:3000/wp-json/wc/v3/.

Terminal window
curl http://localhost:3000/wp-json/wc/v3/products