Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iamthiagoo/api-gateway-krakend
- Owner: iamThiagoo
- Created: 2024-12-22T20:44:39.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-26T17:00:56.000Z (21 days ago)
- Last Synced: 2024-12-26T18:17:11.375Z (21 days ago)
- Topics: krakend, microservices
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```