https://github.com/kevindasilvas/kanban-api-gateway
Api gateway using express-gateway and docker to deploy my mini kanban project
https://github.com/kevindasilvas/kanban-api-gateway
docker docker-compose dockerfile express express-gateway
Last synced: 2 months ago
JSON representation
Api gateway using express-gateway and docker to deploy my mini kanban project
- Host: GitHub
- URL: https://github.com/kevindasilvas/kanban-api-gateway
- Owner: KevinDaSilvaS
- Created: 2021-03-20T19:07:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-03T18:12:55.000Z (almost 5 years ago)
- Last Synced: 2025-03-29T12:27:59.628Z (about 1 year ago)
- Topics: docker, docker-compose, dockerfile, express, express-gateway
- Language: JavaScript
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#THIS REPOSITORY IS DEPRECATED IN MINI-KANBAN TO KNOW MORE AND SEE THE CURRENT GATEWAY BEING USED CHECK THE FOLLOWING [LINK](https://github.com/KevinDaSilvaS/kanban-gateway)
# kanban-api-gateway
Api gateway using express-gateway and docker to deploy my mini kanban project
Starting the project:
1 Compose up mini kanban (optional)
[Mini kanban project](https://github.com/KevinDaSilvaS/Mini-Kanban)
2 Compose up api gateway
```javascript
docker-compose up -d
```
3 Acess:
```
http://localhost:8737/boards (if you compose up mini kanban)
```
3 Or acess:
```
http://localhost:8737/ip (example route)
```
If the response is in json format the gateway was properly setted
Related links to mini kanban project:
[Front-end project](https://github.com/KevinDaSilvaS/mini-kanban-front-end)