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

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.

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