Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trieloff/helix-backend
A dynamic backend service for Helix 5
https://github.com/trieloff/helix-backend
Last synced: 17 days ago
JSON representation
A dynamic backend service for Helix 5
- Host: GitHub
- URL: https://github.com/trieloff/helix-backend
- Owner: trieloff
- License: apache-2.0
- Created: 2024-01-04T11:40:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T14:57:00.000Z (about 1 year ago)
- Last Synced: 2024-11-18T08:12:16.261Z (3 months ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Helix Backend
> A dynamic backend service for Helix 5
## Status
[![codecov](https://img.shields.io/codecov/c/github/trieloff/helix-backend.svg)](https://codecov.io/gh/trieloff/helix-backend)
[![CircleCI](https://img.shields.io/circleci/project/github/trieloff/helix-backend.svg)](https://circleci.com/gh/trieloff/helix-backend)
[![GitHub license](https://img.shields.io/github/license/trieloff/helix-backend.svg)](https://github.com/trieloff/helix-backend/blob/main/LICENSE.txt)
[![GitHub issues](https://img.shields.io/github/issues/trieloff/helix-backend.svg)](https://github.com/trieloff/helix-backend/issues)
[![LGTM Code Quality Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/trieloff/helix-backend.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/trieloff/helix-backend)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)## Installation
## Usage
```bash
curl https://helix-pages.anywhere.run/franklin-services/backend@v1
```For more, see the [API documentation](docs/API.md).
## Development
### Deploying Helix Backend
All commits to main that pass the testing will be deployed automatically. All commits to branches that will pass the testing will get commited as `/helix-services/service@ci` and tagged with the CI build number.