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

https://github.com/muhamadajiw/microservices-ticketing

Final project of Distributed Application Development course. A web-based ticketing app consisted of 3 separate services on different platforms.
https://github.com/muhamadajiw/microservices-ticketing

microservice rabbitmq web website

Last synced: 4 months ago
JSON representation

Final project of Distributed Application Development course. A web-based ticketing app consisted of 3 separate services on different platforms.

Awesome Lists containing this project

README

          

## How to run Docker
place all of the cloned repo in one folder, move `.env` and `docker-compose.yml` from config folder to the root folder, then run:
`docker compose -f ./docker-compose.yml -p "tubes-pat-all" --env-file .env up --build`

or just execute `./run.bat`

`./refresh.bat` is basically just `./run.bat` with `docker compose down` and rebuilding payment