https://github.com/oxyc/node-rest-example
Node.js web service school project useful as an example. Built using mongoose, restify, ssl, tests, doc building etc.
https://github.com/oxyc/node-rest-example
Last synced: about 1 year ago
JSON representation
Node.js web service school project useful as an example. Built using mongoose, restify, ssl, tests, doc building etc.
- Host: GitHub
- URL: https://github.com/oxyc/node-rest-example
- Owner: oxyc
- License: mit
- Created: 2012-10-12T22:09:08.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-10-17T08:29:30.000Z (over 13 years ago)
- Last Synced: 2025-02-10T06:24:29.679Z (over 1 year ago)
- Language: JavaScript
- Size: 4.59 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Datanät Projekt 1
## Setup
* `yeoman build` Create the deployment build.
* `yeoman lint` Lint the javascript code.
* `make docs` Build the documentation.
* `make install` Lint, start mongodb and the web service itself
* `make test` Run tests
## Dependencies
* [pygments][1] ([Docco documentation][2])
* [Node.js][3] (Server and Building)
* [Yeoman][4] (Building)
* [jscoverage][5] (Code coverage, docs)
* [mongodb][6] (Database)
[1]: http://pygments.org/
[2]: http://jashkenas.github.com/docco/
[3]: http://nodejs.org/
[4]: http://yeoman.io
[5]: https://github.com/visionmedia/node-jscoverage
[6]: http://www.mongodb.org/
## License
MIT