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

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

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)