Quick Start
Prerequisites
Section titled “Prerequisites”1. Clone the repository
Section titled “1. Clone the repository”git clone https://github.com/your-org/honocommerce.gitcd honocommerce2. Start infrastructure
Section titled “2. Start infrastructure”bun run docker:upThis starts PostgreSQL and Redis via Docker Compose.
3. Install dependencies
Section titled “3. Install dependencies”bun install4. Run database migrations
Section titled “4. Run database migrations”bun run db:push5. Start the dev server
Section titled “5. Start the dev server”bun run devThe API is now available at http://localhost:3000/wp-json/wc/v3/.
Verify it works
Section titled “Verify it works”curl http://localhost:3000/wp-json/wc/v3/productsNext steps
Section titled “Next steps”- Configuration — environment variables and settings
- Authentication — setting up API keys
- API Reference — full endpoint documentation