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
- Host: GitHub
- URL: https://github.com/mindsers/sample-node
- Owner: mindsers
- License: mit
- Created: 2015-12-19T12:45:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:01:36.000Z (over 3 years ago)
- Last Synced: 2025-07-09T21:06:28.351Z (12 months ago)
- Language: JavaScript
- Size: 597 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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