2 results for “topic:put-api”
This project is a simple RESTful API built using Node.js, Express, and CORS, allowing users to perform CRUD operations (GET, POST, PUT, PATCH, DELETE) on a sample dataset. The API is hosted on Render, making it accessible for students to practice HTTP requests using Axios in their frontend applications.
The project includes a collection of common API testing scenarios, such as testing CRUD operations, handling authentication, working with query parameters, and validating response payloads.