Skip to content

blueperf/acmeair-mainservice-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcmeAir MicroServices Springboot

Usage Instructions

Clone Git Repos
git clone https://github.com/BluePerf/acmeair-mainservice-springboot.git
git clone https://github.com/BluePerf/acmeair-authservice-springboot.git
git clone https://github.com/BluePerf/acmeair-bookingservice-springboot.git
git clone https://github.com/BluePerf/acmeair-customerservice-springboot.git
git clone https://github.com/BluePerf/acmeair-flightservice-springboot.git
Building the application
  cd <acmeair-mainservice-GIT-PATH>  
  mvn clean package

  cd <acmeair-authservice-GIT-PATH>  
  mvn clean package

  cd <acmeair-bookingservice-GIT-PATH>  
  mvn clean package

  cd <acmeair-customerservice-GIT-PATH>  
  mvn clean package

  cd <acmeair-flightservice-GIT-PATH>  
  mvn clean package

Docker Instructions

Prereq: Install Docker, docker-compose, and start Docker daemon on your local machine

  1. cd acmeair-mainservice-java
  2. Create docker network
  • docker network create --driver bridge my-net
  1. Build/Start Containers. This will build all the micro-services, mongo db instances, and an nginx proxy.

    • docker-compose build
    • NETWORK=my-net docker-compose up
  2. Go to http://docker_machine_ip/acmeair

  3. Go to the Configuration Page and Load the Database

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

4 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors