Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitghatol/node-express-rest-sample
This is a Sample of how to write Restful APIs in Node using Express. Please note this project does not use any database, instead it uses an in memory array to store the state. That part can be easily replaced by let's say MongoDB
https://github.com/rohitghatol/node-express-rest-sample
Last synced: 6 days ago
JSON representation
This is a Sample of how to write Restful APIs in Node using Express. Please note this project does not use any database, instead it uses an in memory array to store the state. That part can be easily replaced by let's say MongoDB
- Host: GitHub
- URL: https://github.com/rohitghatol/node-express-rest-sample
- Owner: rohitghatol
- Created: 2015-01-28T05:32:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-28T05:34:45.000Z (almost 10 years ago)
- Last Synced: 2024-10-29T18:12:27.759Z (about 2 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node-Express-Rest-Sample
This is a Sample of how to write Restful APIs in Node using Express. Please note this project does not use any database, instead it uses an in memory array to store the state. That part can be easily replaced by let's say MongoDB