π Spring Boot Web App for library support. π
A project for
Software Engineering and Software Project Management
courses of Computer Science at University of Salerno.
In this section we introduce context informations for the project.
π π Spring Boot Web App for library support. Produced for the Software Engineering and Software Project Management courses of Computer Science at University of Salerno.
- Stefano Lambiase - Project Manager - StefanoLambiase
- Gianmario Voria - Developer - gianwario
- Viviana Pentangelo - Developer - vipenti
- Antonio Della Porta - Developer - atdepo
- Alessio Casolaro - Developer - BearGrillz99
- Giulio Triggiani - Developer - rayleighRe1
- Ciro Maiorino - Developer - Tekhorror
- Nicola Pagliara - Developer - Nicola-Pagliara
- Luca Cristiano - Developer - Zekromaster
- Project's javadoc can be found in docs directory and at the following link: Javadoc Link.
- Process documentation can be found in projectDocs directory.
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;
- Run the project with SpringBoot Run Configuration;
- Open your browser on
localhost:8080
.
Follow these steps:
- Clone this repo;
- Go into biblionet directory;
- Run
./mwnw (or .\mvnw.cmd if you're on windows) clean package
and wait for maven to build; - Run
java -jar target/BiblioNet-0.0.1-SNAPSHOT.jar
; - Open your browser on
localhost:8080
.
Follow these steps:
- Clone this repo;
- Go into biblionet directory;
- Run
./mwnw (or .\mvnw.cmd if you're on windows) clean test
and wait for maven to build;
- Java - The programming language used for the back-end development.
- Spring Framework - The java framework used to develop (Spring MVC/Web).
- Maven - Dependency Management.
- HTML5 - The programming language used for the front-end development.
- Bootstrap - Front-end framework.
- Thymeleaf - Java template to render static pages into dynamic.