Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahul-barick/coffee-locker
Building a REST API with Node Js , Express Js,MongoDB,Mongoose Js -CRUD operations
https://github.com/rahul-barick/coffee-locker
javascript mongodb mongoosejs nodejs
Last synced: about 7 hours ago
JSON representation
Building a REST API with Node Js , Express Js,MongoDB,Mongoose Js -CRUD operations
- Host: GitHub
- URL: https://github.com/rahul-barick/coffee-locker
- Owner: Rahul-Barick
- Created: 2017-09-25T17:54:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T16:05:40.000Z (over 6 years ago)
- Last Synced: 2024-04-16T09:19:21.598Z (7 months ago)
- Topics: javascript, mongodb, mongoosejs, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.56 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coffee-Locker
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 JSONYou 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
```
## Testing the ApiTest your Rest Api using [Postman](https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop)