Welcome to the Demo API

This is a simple RESTful API built with Flask that demonstrates basic CRUD operations.


Use the interactive documentation to explore and test the API endpoints.

View Documentation
GET Resources

Retrieve data from the API using GET requests.

Learn more
POST Resources

Create new data using POST requests.

Learn more
Update & Delete

Modify and remove data with PUT and DELETE.

Learn more