- [ ] API route /api/products (GET/POST) - [ ] Product model with Id, Name, Price, Stock - [ ] Frontend page with product list table - [ ] Form to add product using JavaScript (fetch) - [ ] Product list updates after add without refresh - [ ] (Optional later): Edit / Delete endpoints