Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/facultymatt/mean-resource
A default resource for MEAN.io projects that makes talking to MongoDB much easier!
https://github.com/facultymatt/mean-resource
Last synced: about 1 month ago
JSON representation
A default resource for MEAN.io projects that makes talking to MongoDB much easier!
- Host: GitHub
- URL: https://github.com/facultymatt/mean-resource
- Owner: facultymatt
- Created: 2013-07-31T02:15:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-31T02:20:15.000Z (over 11 years ago)
- Last Synced: 2024-10-28T14:06:34.841Z (3 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEAN Resource Base
Provides a basic RESTful CRUD interface.
@Note resource Schema Must be defined for this module to work.**Supported RESTFUL routes**
GET /:resource Gets all resources
POST /:resource Create a new resource
GET /:resource/:id Get a single resource
PUT /:resource/:id Update a single resource
GET /:resource/:id/:child Update a single resource**Added Bonus**
- /:resource/:id/:child
- limit, skip**Build Status**
Note this uses the npm MERS module which is not yet ready for production use. Please be warned!
**Credits**
Code includes pieces from the below
- https://github.com/jspears/mersLicenses as follows:
-