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
- Host: GitHub
- URL: https://github.com/codemeasandwich/basic-web-storage
- Owner: codemeasandwich
- Created: 2013-08-15T10:50:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-15T11:28:42.000Z (almost 13 years ago)
- Last Synced: 2025-02-04T14:22:01.189Z (over 1 year ago)
- Language: CoffeeScript
- Homepage: http://www.codemeasandwich.com/2013/08/basic-web-storage.html
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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