A pharmacy management platform connecting customer and administrative workflows with symptom-based disease prediction.
THE PROBLEM
A pharmacy platform needs to connect its storefront, inventory and orders while supporting distinct customer and administrative workflows.
THE SOLUTION
The team built a full-stack platform with shared backend data and role-specific interfaces. I owned the AI disease-prediction module and contributed to the MySQL schema and seed data.
02 / ARCHITECTURE
How the pieces connect.
01React customer / admin UI↓
02Node.js API↓
03Python prediction module↓
04MySQL database↓
03 / CAPABILITIES
Built into the product.
Customer and admin interfaces↗
Medicine inventory and storefront↗
Cart and order workflow↗
Admin analytics↗
JWT and OTP authentication↗
Symptom-based prediction and medicine suggestions↗
Structured MySQL data↗
04 / A CLOSER LOOK
PharmaCare customer and administrator landing pagePharmaCare customer dashboard with inventory totals and symptom-based disease predictionPharmaCare medicine storefront with search, prices and add-to-cart controlsPharmaCare customer authentication with password and OTP
ENGINEERING CHALLENGES
Connecting a symptom-based classifier to the wider application and designing relational data that supports medicine, customer and order workflows.
WHAT I LEARNED
The work connected model development with API integration and database design, within a shared team codebase.