๐ฆ Web App for Green Pass validation. ๐ฆ
A project for
Software Engineering
course at University of Salerno.
In this section we introduce context informations for the project.
๐ฆ ๐ Web App for Green Pass validation. Produced for the Software Engineering course of Computer Science at University of Salerno.
- Alberto Montefusco - Developer - Alberto-00
- Martina Mulino - Developer - MartinaMill
- Gennaro Spina - Developer - Galiem
- Viviana Rinaldi - Developer - vivs2
- Project's javadoc can be found in docs directory and at the following link: Javadoc Link.
- Testing's JaCoCo can be found in docs directory and at the following link: JaCoCo Link
- Easy Pass AI module can be found at the following link: Easy Pass AI
In this section we introduce technical informations and installing guides!
Follow these steps:
- Install IntelliJ ultimate edition on your PC;
- Clone this repo;
- Open cloned directory with IntelliJ;
- In Intellij click
Build
Build Artifacts...
EasyPass:war
; - Copy
EasyPass.war
in Tomcat webapps - Run the project with Tomcat Run Configuration;
- Run the validation server: open in terminal validationServer then run
node app.js
; - Open your browser on
localhost:8080
.
- Java - The programming language used for the back-end development.
- Apache Tomcat - Open source web server.
- Node.js - Runtime JavaScript open source.
- MySQL - RDB management system.
- Maven - Dependency Management.
- HTML5 - The programming language used for the front-end development.
- Bootstrap - Front-end framework.
- JQuery - Front-end JavaScript library.