/Cab-hailing-application

A cab-hailing application organised as a set of RESTful microservices, implemented using Spring framework, and deployed in Kubernetes.

Primary LanguageJava

The objective of this project is to develop a taxi (cab) hailing application (similar to Ola, Uber, etc.) The application is organized as a set of RESTful services. Details of the application can be found in description.txt file.

clean up the created containers and images

  1. bash ./cleanup.sh

Compile the three services

  1. bash ./build.sh

Deploy the containers

  1. docker-compose up