primusfabrum-digital-goods-api - PrimusFabrum API suite
- TypeScript 98.3%
- JavaScript 1.7%
| src | ||
| .env.example | ||
| .gitignore | ||
| AGENTS.md | ||
| ecosystem.config.cjs | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
PrimusFabrum Digital Goods API
Digital products storefront backend — ebooks, templates, licenses, assets.
Port: 3005 Stack: Fastify + TypeScript + in-memory store
Endpoints
GET /v1/products— List products (filter by type)GET /v1/products/:id— Get product detailsPOST /v1/orders— Create order (instant digital delivery)GET /v1/orders/:id— Get orderGET /v1/health— Health check
Product Types
ebook— Digital books and guidestemplate— Code templates and starter kitslicense— Software licensesasset— Digital assets (fonts, icons, etc.)
Dev
npm install
npm run dev
npm run build