Skip to content

A cab hailing system developed using Springboot and Docker. Microservices concept is used.

Notifications You must be signed in to change notification settings

prateekshyap/Cab-Hailing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cab-Hailing

A cab hailing system developed using Springboot and Docker. Microservices concept is used.

Found any issues? Want to do some improvements?

Fork this repository, make changes and create a pull request.

Steps to run

  1. Compile and Build all three services.
  2. For Cab: docker run --publish 8080:8080 <image_name>
  3. For RideServices: docker run --publish 8081:8081 <image_name>
  4. For Wallet: docker run --publish 8082:8082 <image_name>

About

A cab hailing system developed using Springboot and Docker. Microservices concept is used.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published