Merchant-facing web app for Samaan (manage products/inventory, view orders, update order status).
- Merchant App: https://lemon-moss-0d0bd3010.6.azurestaticapps.net
- Backend API: https://github.com/adityaakunjir/samaan-api
- Customer App: https://github.com/adityaakunjir/samaan-customer
- Portfolio Repo: https://github.com/adityaakunjir/Samaan
- Next.js (React), TypeScript
- REST API integration with
samaan-api - Azure Static Web Apps
- JWT authentication (Merchant)
- Product management (CRUD)
- Inventory/availability updates
- Merchant orders list + order status updates
- Node.js 18+ (recommended)
Set the API base URL:
NEXT_PUBLIC_API_URL=https://samaan-api.azurewebsites.net/apinpm install
npm run devDeployed on Azure Static Web Apps.