poolborges / es1920-sgpf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Projeto SGFP

Apache 2.0 License CI Status

Summary

ℹ️
Generated: 2023-07-08 01:15:06 -0700

Technology Stack

  • Vaadin 14 (Vaadin Flow)

  • JPA (Entity)

  • Apache DeltaSpike (Data Module)

  • Lombok

Future

  • Apache DeltaSpike (Security Module)

Build - Pre-requisite

  • Install Java (JDK 8)

  • Execute next command to download frontend-maven-plugin and install on local maven repo (~/-m2)

Comando to download frontend plugin (ONLY FIRST 1 TIME)
mvnw com.github.eirslett:frontend-maven-plugin:1.7.6:install-node-and-npm -DnodeVersion="v12.13.0"

Compile and Run (PROD)

Generate artifact to run in the production mode
-P production clean install tomee:build

Compile and run (DEV)

Run application using
mvn clean package tomee:run

Browse to "http://localhost:8080"

Screenshot

Screenshot 1

Submit a project
Figure 1. Submit a project

Screenshot 2

List of projects
Figure 2. List of projects

All parts, except the contents of the documentation module, are licenced under Apache License v2.0. See the license text below.

The documentation is licensed under Creative Commons CC-BY-ND 2.0 (http://creativecommons.org/licenses/by-nd/2.0/legalcode).

References

TODO…​

About

License:Apache License 2.0


Languages

Language:Java 98.1%Language:CSS 1.3%Language:JavaScript 0.6%