ApexStock
~/projects/catergoInventory management · full-stack · SHIPPED
ApexStock is a ground-up rebuild of CaterGo, the catering-focused inventory system I originally shipped at Chesroc Nigeria in 2019. This version expands it into a multi-tenant inventory management system for offshore and marine operations, tracking stock across multiple locations, suppliers and currencies from purchase order through to consumption
Admins manage categories, suppliers and exchange rates, managers approve purchase orders and requisitions, and receiving a purchase order automatically updates stock quantity and cost.
The frontend is a SvelteKit app with real-time filtering, pagination and table/grid views built to handle large product catalogs.
The backend is a FastAPI REST API over PostgreSQL that shares infrastructure with a second product, Taski 2.0, under one multi-tenant schema, with company-scoped data isolation and role-based access for admins, managers and members.
My role covered the full lifecycle: data modeling, API design, frontend build, and deployment.