Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/digital-blueprint/relay-server-template

Relay API Server Template
https://github.com/digital-blueprint/relay-server-template

dbp-relay

Last synced: about 2 months ago
JSON representation

Relay API Server Template

Awesome Lists containing this project

README

        

# DBP Relay API Server Template

[GitHub](https://github.com/digital-blueprint/relay-server-template) |
[Packagist](https://packagist.org/packages/dbp/relay-server-template)

[![Test](https://github.com/digital-blueprint/relay-server-template/actions/workflows/test.yml/badge.svg)](https://github.com/digital-blueprint/relay-server-template/actions/workflows/test.yml)

This repository is used as a template/starting point for your own relay API instance.

To install it, run:

```console
$ composer create-project dbp/relay-server-template relay-api
$ cd relay-api
...
```

See the [documentation](./docs/README.md) for more information.

## Development

Please see [docker-dev/README.md](./docker-dev/README.md) for more information.