Skip to content

codeagrim/REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API with GET, POST, PATCH, DELETE Routes

This project demonstrates a basic RESTful API with the following HTTP methods implemented:

  • GET: Fetch data
  • POST: Create data
  • PATCH: Update part of the data
  • DELETE: Remove data

Tech Stack

  • Node.js / Express

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published