🚀 TurantLe API Server

Your shopping app backend is running!

Available Endpoints:

GET /turantle/home
Get home screen data (featured categories, products, offers)
GET /turantle/categories
Get all product categories
GET /turantle/featured_products?limit=10
Get featured products (optional limit parameter)
POST /turantle/electronics/products
Get electronics products (supports pagination)
Body: {"category_id": null, "page": 1, "limit": 20}
GET /turantle/product/details/{id}
Get detailed product information by ID

Test Your Connection:

Click to test: Open Home API