๐Ÿ›’ Stock Management API Live

Backend REST API for the Stock Management Full-Stack MERN application.

๐Ÿ‘‰ Looking for the full app with UI? Open the Live Frontend Dashboard โ€” login banner shows demo creds.
๐Ÿ”‘ Demo Login (for direct API use) Email: demo@demo.com   Password: Demo1234!   Role: admin
๐ŸŒ Frontend Dashboard
Full UI with Redux + Recharts
๐Ÿ“ฆ GET /api/products
9 sample products (auth)
๐Ÿช GET /api/firms
3 firms (auth)
โŒจ Source Code
github.com/ozguryildiz54
POST /api/auth/login Login โ†’ JWT + refresh token GET /api/products List products (auth) GET /api/brands List brands (auth) GET /api/categories List categories (auth) GET /api/firms List firms (auth) GET /api/purchases List purchases (auth) GET /api/sales List sales (auth) GET /api/users List users (admin)