bmteasdale / covid-centre

JavaServer Faces Application with Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid-centre

Purpose of Application:

The goal of creating this application was to gain experience using Docker. The user interface of this application was designed using components from PrimeFaces and Bootstrap 4. The fonts, Roboto and Permanent Marker, were taken from Google Fonts and images were taken from Unsplash.

Project Requirements:

How to Run:

To build the project and package the resulting JAR file into the target directory, run the following command in the parent directory:

$ mvn package

After the target directory has been successfully created, the payara server can be started by running the following command:

$ docker-compose up

Now that the payara server has been successfully set up, all you need to do to view the application is go to the browser of your choice to the link "http://localhost:8080/covidCases-10-SNAPSHOT/"

To later gracefully stop the payara server, press ctrl + c and enter the following command in the parent directory:

$ docker-compose down

About

JavaServer Faces Application with Docker

License:GNU General Public License v3.0


Languages

Language:HTML 58.2%Language:Java 40.8%Language:Dockerfile 0.9%