Building a RESTFUL API with NODE-CRUD operations (GET, PUT, POST, and DELETE endpoints) on coffee locker with Accepting HTTP requests and responding back with some static JSON
You can download this repository by using the green Clone or Download
button on the right hand side of this page. This will present you with the option to either clone the repository using Git, or to download it as a zip file.
If you want to download it using git, copy paste the link that is presented to you, then run the following at your terminal:
git clone https://github.com/Rahul-Barick/Coffee-Locker.git
cd Coffee-Locker
npm install
Test your Rest Api using Postman