Commit Graph

2 Commits (bca73f1275a710e2653c7ef6102939ebc60ea756)

Author SHA1 Message Date
A1Gard ca310273b8 improved APIs 2 months ago
cyberali f794d1f083 feat: Implement home page API endpoint
- Add HomeController with index method to provide home page data
- Fetch and include menu with items, limiting selected fields for optimization
- Fetch and include latest 6 sliders using SliderResource
- Fetch and include top 8 parent categories with their products using CategoryResource
- Fetch and include active advertisements with available clicks using AdvResource
- Fetch and include latest 8 posts using PostResource
- Return all collected data as a successful JSON response
8 months ago