https://github.com/anonrig/altayer
Altayer
https://github.com/anonrig/altayer
Last synced: 3 months ago
JSON representation
Altayer
- Host: GitHub
- URL: https://github.com/anonrig/altayer
- Owner: anonrig
- Created: 2017-01-11T22:29:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T11:13:03.000Z (over 9 years ago)
- Last Synced: 2025-01-26T17:12:17.479Z (over 1 year ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# altayer
This repository consists of a React application (`/app`), a NodeJs server (`/backend`) and a consumer (`/consumer`) which has a http server but the main purpose is to consume rabbitmq events.
### How to run
```javascript
docker-compose up
```
### Known bugs
- Due to the dynamic `docker-machine ip` configuration and due to both app and http server being served from different ports, react app is currently sending requests to localhost. But in default, it should be the ip that's defined by the default docker-machine.