A cab hailing system developed using Springboot and Docker. Microservices concept is used.
Fork this repository, make changes and create a pull request.
- Compile and Build all three services.
- For Cab:
docker run --publish 8080:8080 <image_name>
- For RideServices:
docker run --publish 8081:8081 <image_name>
- For Wallet:
docker run --publish 8082:8082 <image_name>