Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hetic-mt-p2021/cqrses_group1_consumer
https://github.com/hetic-mt-p2021/cqrses_group1_consumer
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hetic-mt-p2021/cqrses_group1_consumer
- Owner: HETIC-MT-P2021
- License: apache-2.0
- Created: 2021-02-05T09:39:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-19T15:41:09.000Z (over 3 years ago)
- Last Synced: 2024-06-21T03:16:06.687Z (5 months ago)
- Language: Go
- Size: 42 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CQRSES_GROUP1_Consumer
The goal of this project is to process commands from the [main app](https://github.com/HETIC-MT-P2021/CQRSES_GROUP1).
We used Golang, A RabbitMQ and a CouchBase Database
This repository hosts the consumer application.
The goal of this project is to process commands from the [main app](https://github.com/HETIC-MT-P2021/CQRSES_GROUP1).
We used Golang, RabbitMQ and a CouchBase DatabaseYou can find the main project and full information about the project in the main app.
## Starting the project
After cloning the repo, `cd` into the project, create the .env according to .env.example.
Start the main project first, then, on localhost, decomment the lign 16 of docker-compose.
Then run the following commands```bash
docker-compose up --build
```Your consumer is ready to go !
- Go version: `1.15`
## Contributing
See [CONTRIBUTING.MD](https://github.com/HETIC-MT-P2021/CQRSES_GROUP1/blob/main/CONTRIBUTING.MD)
### Authors π
- [Tsabot](https://github.com/Tsabot)
- [myouuu](https://github.com/myouuu)
- [acauchois](https://github.com/acauchois)
- [gensjaak](https://github.com/gensjaak)### Tasks management π¨
We like to iterate quickly, setting up an agile board helps everyone stay on task. With Trello, we Created lists for backlogged items, whatβs being worked on in the current sprint, and (most importantly) whatβs completed.You can take a look at our organization of tasks on [Trello](https://trello.com/b/uY6KOh4i/go-cqrs)
### License π
The code is available under the MIT license.