Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bervproject/feathersjs-boilerplate
FeathersJS Boilerplate for my own project
https://github.com/bervproject/feathersjs-boilerplate
boilerplate feathers feathersjs feathersjs-boilerplate nodejs rest-api
Last synced: 11 days ago
JSON representation
FeathersJS Boilerplate for my own project
- Host: GitHub
- URL: https://github.com/bervproject/feathersjs-boilerplate
- Owner: bervProject
- License: mit
- Created: 2019-04-19T10:46:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T01:39:09.000Z (about 1 month ago)
- Last Synced: 2024-12-01T02:27:05.911Z (about 1 month ago)
- Topics: boilerplate, feathers, feathersjs, feathersjs-boilerplate, nodejs, rest-api
- Language: TypeScript
- Size: 5.34 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# FeathersJS Boilerplate
## Build Status
| Azure Pipelines | Github Action | CircleCI | Codecov |
|:---------------:|:-------------:|:--------:|:-------:|
| [![Build Status](https://dev.azure.com/berviantoleo/FeathersJS%20Boilerplate/_apis/build/status/bervProject.FeathersJS-Boilerplate?branchName=main)](https://dev.azure.com/berviantoleo/FeathersJS%20Boilerplate/_build/latest?definitionId=2&branchName=main) | [![Node.js CI](https://github.com/bervProject/FeathersJS-Boilerplate/actions/workflows/node.js.yml/badge.svg)](https://github.com/bervProject/FeathersJS-Boilerplate/actions/workflows/node.js.yml) | [![bervProject](https://circleci.com/gh/bervProject/FeathersJS-Boilerplate.svg?style=svg)](https://circleci.com/gh/bervProject/FeathersJS-Boilerplate) | [![codecov](https://codecov.io/gh/bervProject/FeathersJS-Boilerplate/branch/main/graph/badge.svg)](https://codecov.io/gh/bervProject/FeathersJS-Boilerplate) |## About
This project uses [Feathers](http://feathersjs.com). An open source web framework for building modern real-time applications.
FeathersJS Boilerplate for my own project
## Features
* Log with correlation id
* Upload into Google Cloud Storage## Help
For more information on all the things you can do with Feathers visit [docs.feathersjs.com](http://docs.feathersjs.com).
## Changelog
Changelog see [here](CHANGELOG.md)
## License
Licensed under the [MIT license](LICENSE).
```markdown
MIT LicenseCopyright (c) 2019 Bervianto Leo Pratama
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.
```