Full-stack web tool for querying SKUs and quotation history from PostgreSQL, with both API endpoints and a lightweight React interface.
- Practical internal-tool product with clear operational utility.
- Strong backend data handling with validation and schema controls.
- Clean API + UI combination for real business users.
- Backend: Node.js, Express, TypeScript,
pg, Zod - Frontend: React 18 + Bootstrap
- Database: PostgreSQL
- Deployment: Docker Compose
- Paginated SKU search
- SKU detail view
- Quotation list + filters
- Quotation detail with line items
- Order intake endpoint (
POST /api/orders) - Multi-schema support via environment configuration
npm install
npm run devdocker compose up --buildDATABASE_URL(required)ALLOWED_ORIGINALLOWED_SCHEMASPORT
Improves access to commercial/operational data for quoting and decision-making, with lower lookup friction for teams.
Carlos Garzón