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

https://github.com/codemeasandwich/basic-web-storage

Node.js + Coffee + mongoDB 1) Read in a POST request on a Node.js server and save it to a mongo database. 2) When a GET request comes in, return all the posted data
https://github.com/codemeasandwich/basic-web-storage

Last synced: over 1 year ago
JSON representation

Node.js + Coffee + mongoDB 1) Read in a POST request on a Node.js server and save it to a mongo database. 2) When a GET request comes in, return all the posted data

Awesome Lists containing this project

README

          

Basic-web-storage
=================

Node.js + Coffee + mongoDB 1) Read in a POST request on a Node.js server and save it to a mongo database. 2) When a GET request comes in, return all the posted data