https://github.com/firmanjs/krakend-gateway-example
https://github.com/firmanjs/krakend-gateway-example
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/firmanjs/krakend-gateway-example
- Owner: firmanJS
- Created: 2022-08-23T07:30:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T04:46:59.000Z (over 3 years ago)
- Last Synced: 2025-10-31T03:52:48.657Z (6 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Gateway
Repository sebagai api gateway untuk mendistribusikan service api
## Start the service
* Via Make :
```bash
# Copy enviroment variables from .env.example to .env
cp .env.example .env
cp krakend/config/settings/env.example.json krakend/config/settings/env.json
# Copy Makefile
cp Makefile.example Makefile
# Build application
make docker-build
# Stop aplication
CTRL+C
# then
make docker-down
# After build you can run command with this
make docker-start
```