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.
- Host: GitHub
- URL: https://github.com/muhamadajiw/microservices-ticketing
- Owner: MuhamadAjiW
- Created: 2023-11-23T16:10:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T15:41:05.000Z (over 2 years ago)
- Last Synced: 2025-03-09T20:35:24.323Z (over 1 year ago)
- Topics: microservice, rabbitmq, web, website
- Language: Batchfile
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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