GitHunt
ST

StudyTrigger/axios-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.

You can test and work with the apis on
https://axios-api-l8dc.onrender.com

For Get :
https://axios-api-l8dc.onrender.com/items

For Post:
https://axios-api-l8dc.onrender.com/items
with the following object { id: 1, name: "Item 1", description: "This is item 1" },

For Put/Patch/Delete :
https://axios-api-l8dc.onrender.com/items/:id

Languages

JavaScript100.0%

Contributors

Created February 28, 2025
Updated July 27, 2025
StudyTrigger/axios-api | GitHunt