Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vinyvicente/simple-krakend

Simple Docker Compose to Krakend API Gateway
https://github.com/vinyvicente/simple-krakend

api-gateway docker docker-compose krakend simple

Last synced: 22 days ago
JSON representation

Simple Docker Compose to Krakend API Gateway

Awesome Lists containing this project

README

        

# Simple Gateway API

### Requirements

Docker [Install](https://docs.docker.com/install/)

### Installation

```shell
docker-compose up -d
```

### Endpoints

Access: http://localhost:8080/

#### /

Show message

#### /nick/{username}

Show profiles of Github/Bitbucket

##### Credits

To change configuration, maybe change ./conf/krakend.json

### Enjoy!