https://github.com/restuwahyu13/express-krakend
demo example simple microservices using krakend
https://github.com/restuwahyu13/express-krakend
express krakend krakendevelopment microservices nodejs
Last synced: 6 months ago
JSON representation
demo example simple microservices using krakend
- Host: GitHub
- URL: https://github.com/restuwahyu13/express-krakend
- Owner: restuwahyu13
- Created: 2021-04-12T12:46:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T15:03:13.000Z (over 4 years ago)
- Last Synced: 2025-05-07T04:42:55.710Z (6 months ago)
- Topics: express, krakend, krakendevelopment, microservices, nodejs
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Authors: authors/.dockerignore
Awesome Lists containing this project
README
### Express Krakend
simple fake microservice using krakend api gateway
### Command Reference
```sh
$ make up || docker-compose up -d --build
```
```sh
$ make down || docker-compose down
```
```sh
$ make check || cd krakend bash scripts/command.sh || cd krakend sh scripts/command.sh
```
```sh
$ make sa || make sb || npm start
```
```sh
$ make da || make db || npm run dev
```