mpvasilis / deyak-web-app

DEYAK Web App

Home Page:http://deyak-web-panel.apps.vasilis.pw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deyak Web App

Running the application

The project is a standard Maven project. To run it from the command line, type mvnw (Windows), or ./mvnw (Mac & Linux), then open http://localhost:8080 in your browser.

Deploying to Production

To create a production build, call mvnw clean package -Pproduction (Windows), or ./mvnw clean package -Pproduction (Mac & Linux). This will build a JAR file with all the dependencies and front-end resources, ready to be deployed. The file can be found in the target folder after the build completes.

Once the JAR file is built, you can run it using java -jar target/deyakwebapp-1.0-SNAPSHOT.jar

Deploying using Docker

To build the Dockerized version of the project, run

mvn clean package -Pproduction
docker build . -t deyakwebapp:latest

Once the Docker image is correctly built, you can test it locally using

docker run -p 8080:8080 deyakwebapp:latest

About

DEYAK Web App

http://deyak-web-panel.apps.vasilis.pw

License:The Unlicense


Languages

Language:Java 80.6%Language:CSS 11.0%Language:C++ 7.4%Language:HTML 0.6%Language:Batchfile 0.2%Language:Dockerfile 0.1%Language:Procfile 0.1%