Seller Web App¶
The PharmaNet Seller Web App is a React SPA for pharmacy owners to manage their store, products, orders, promotions, featured products, and subscriptions.
Source: pharmanet-web/
App Identity¶
| Property | Value |
|---|---|
| Name | PharmaNet |
| Version | 1.1.0 |
| Stack | React 18 + Vite + MUI 5 + Redux Toolkit + Supabase |
| Port | 5173 (dev) |
Feature Overview¶
| Feature | Route | Description |
|---|---|---|
| Dashboard | / |
KPI cards, charts, recent orders |
| Products | /products |
Medication CRUD, inventory |
| Orders | /orders |
Incoming order management |
| Payments | /payments |
Payouts, transaction history |
| Promotions & Offers | /promotions |
View promos, create offers, manage offers |
| Settings | /settings |
Store profile, payment info, preferences |
| Featured Products | /featured-products |
Boost products with Chapa payment |
| Subscriptions | /subscription |
Subscription plans and management |
| Reports | /reports |
Sales and product performance |
Sections¶
| Section | Description |
|---|---|
| Getting Started | Setup, env vars, run |
| Architecture | Code structure |
| Features | All feature documentation |
| Services | Service layer reference |
Source Code¶
Source: pharmanet-web/src/