Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vinyvicente/simple-krakend
- Owner: vinyvicente
- License: apache-2.0
- Created: 2018-07-23T21:42:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T21:50:29.000Z (over 6 years ago)
- Last Synced: 2024-10-07T07:21:11.587Z (about 1 month ago)
- Topics: api-gateway, docker, docker-compose, krakend, simple
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!