/coffeeShopApp-static

UI for the Mad Coffee Shop app store. Older version of the UI

Primary LanguageHTML

Maven Central

CoffeeShop App

Plain front end application using HTML5, Bootstrap, JQuery and CSS. The project represent the interface for a coffee shop and is currently us as a demo purposes for a microservices architecture application.

This is a maven project so just import it into your favorite IDE and it should work. It can be build and run as a docker image using the following steps.

  1. Build the war files.

mvn install

  1. Build the docker image.

docker build -t [IMAGE_NAME] .

  1. Run the application.

docker run -p 8080:8080 coffeeshop-app:[tag]

To operate properly it needs the following microservices echo system.

Here how to contribute

Authors

Felix Roberge