RESTful API Landing Page

Welcome to My RESTful API

Available API Methods

GET /api/customers

Retrieves all customers from the database.

GET /api/orders

Retrieves all orders from the database.

GET /api/products

Retrieves all products from the database.

POST /api/customers

Inserts a new customer into the database. Requires customer data in the request body.

POST /api/orders

Inserts a new order into the database. Requires order data in the request body.