Collection
Students Collection
Manage learner records for CRUD practice lessons.
- fullName · text
- email · email
- age · number
- +2 more fields
CodeHub
API Playground
CodeHub Demo APIs
Pick a collection, read the endpoints, then try them out with your favorite HTTP client. These pages summarize the REST routes that this backend exposes automatically.
Collection
Manage learner records for CRUD practice lessons.
Collection
Vehicle inventory with enum fields (color) and number range validation (year, price).
Collection
Library catalog demonstrating pagination, sorting, and boolean filtering.
Collection
Order management with status enum (pending/shipped/delivered) and date filtering.
Collection
Task management demonstrating PATCH partial updates and boolean toggles.
Collection
Product catalog for validation practice and numeric comparisons.
Collection
Feedback system for error handling and validation practice (rating 1-5).
Collection
Blog posts demonstrating slug uniqueness and text search capabilities.