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

https://github.com/mindsers/sample-node

The sample project I use to start my NodeJS application
https://github.com/mindsers/sample-node

Last synced: 5 months ago
JSON representation

The sample project I use to start my NodeJS application

Awesome Lists containing this project

README

          

# Node JS - Sample project

[![build status][badge_build_status_image]][badge_build_status_link]
[![standardjs style][badge_js_code_style_image]][badge_js_code_style_link]
[![coverage report][badge_code_coverage_image]][badge_code_coverage_link]
[![MIT license][badge_license_image]][badge_license_link]

This project is a sample project. It can be used to easily start Node JS project.

## License

This project is under MIT License :

> The MIT License (MIT)
>
> Copyright (c) 2015 Nathanael CHERRIER
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all
> copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> SOFTWARE.

[wiki]: https://git.nathanaelcherrier.com/mindsers/nodejs-sampleproject/wikis/home
[project]: https://git.nathanaelcherrier.com/mindsers/nodejs-sampleproject.git

[badge_build_status_image]: https://img.shields.io/travis/Mindsers/sample-node/master.svg
[badge_build_status_link]: https://travis-ci.org/Mindsers/sample-node
[badge_js_code_style_image]: https://img.shields.io/badge/code%20style-standard-yellow.svg
[badge_js_code_style_link]: http://standardjs.com
[badge_code_coverage_image]: https://img.shields.io/coveralls/Mindsers/sample-node/master.svg
[badge_code_coverage_link]: https://coveralls.io/github/Mindsers/sample-node
[badge_license_image]: https://img.shields.io/badge/license-MIT-blue.svg
[badge_license_link]: https://github.com/Mindsers/sample-node/blob/master/LICENSE