Live Shop Overview
Today's Sales
₹0
Monthly Sales
₹0
Total Catalog Products
0
Total Orders
0
Stock Status Overview
LOW STOCK ITEMS
0
OUT OF STOCK
0
Quick Controls
Login (Step 1: Password)
Register Demo Retailer
Product Catalog
| Product Name | SKU | Selling Price | Stock | Status |
|---|---|---|---|---|
| Log in to view products | ||||
Inventory Status
| Product | Current Stock | Reserved Stock | Available Stock | Status |
|---|---|---|---|---|
| Log in to view inventory | ||||
Recent Orders
| Order # | Customer | Grand Total | Payment | Status |
|---|---|---|---|---|
| Log in to view orders | ||||
📫 How to test using Postman
A ready-to-import Postman Collection file has been generated in the project root: postman_collection.json.
- Open Postman & click Import.
- Choose file
postman_collection.jsonfrom your workspace folder. - Set environment variable
baseUrl=http://localhost:5000. - Execute request: Auth -> Login (Request OTP) with phone
+919876543210& passwordAdmin@1234. - Execute request: Auth -> Verify OTP. (The test script automatically sets
{{accessToken}}for subsequent requests!).
Sample cURL Command
curl -X GET http://localhost:5000/api/products \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN" \
-H "Content-Type: application/json"