Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iamthiagoo/api-gateway-krakend

This is a test repository utilizing KrakenD, a high-performance, open-source API Gateway designed to simplify the integration, orchestration, and delivery of APIs in microservices architectures.
https://github.com/iamthiagoo/api-gateway-krakend

krakend microservices

Last synced: 17 days ago
JSON representation

This is a test repository utilizing KrakenD, a high-performance, open-source API Gateway designed to simplify the integration, orchestration, and delivery of APIs in microservices architectures.

Awesome Lists containing this project

README

        

# 🔗 API Gateway - KrakenD

This is a test repository utilizing KrakenD, a high-performance, open-source API Gateway designed to simplify the integration, orchestration, and delivery of APIs in microservices architectures.

Below, you will find an illustrative image demonstrating how KrakenD works.

![KrakenD Docker compose](assets/krakend.png)

Learn more: https://www.krakend.io/

## Running the application

To start the application, simply bring up the container using Docker Compose. Follow the steps below:

1. **Make sure you have Docker and Docker Compose installed on your machine..**
2. **Run the command below to start the container in the background:**
- ```bash
cd ./server
docker compose up -d
```
3. **Run the command below to enter the container:**
- ```bash
docker compose exec bash
```
4. **Run the command below to stop all containers:**
- ```bash
docker compose down
```