🚀 Mary's Product API

Welcome to the Product API! A RESTful API for managing products.

v1.0.0

📡 Available Endpoints

GET /api/products
Get all products
GET /api/products/{id}
Get a single product by ID
POST /api/products
Create a new product
PUT /api/products/{id}
Update an existing product
DELETE /api/products/{id}
Delete a product