Clean scaffold with no solutions. Use this to complete the assessment in ASSESSMENT.md.
web/— React + TypeScript + Vite + TanStack Query + Tailwind (blank components & hooks)api/— Node/Express + Knex (sqlite3 dev-ready) with route stubs returning 501 Not Implemented
cd api
npm i
npm start- Starts on http://localhost:4000
- You will implement DB wiring, auth, and endpoints per ASSESSMENT.md.
cd web
npm i
npm run dev- Starts on http://localhost:5173
- Proxies
/api→http://localhost:4000 - UI shows TODO sections and placeholder components.
- Implement directly in this repo; keep commits small and descriptive.
- Update the README with any decisions or deviations.
Note: The assessment requires using Ant Design Table and Form for the inventory table and sample form. The web project already includes antd.