Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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