You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.