This is a project containing university assignments, for the Software Engineering in Practice course, to help students learn about useful tools for coding.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
In order to build the project you will have to install JDK version 1.8.0_201 or later.
You will also have to download and install Apache Maven 3.6.0 to your system. Here is a quick guide on how to install Maven: https://maven.apache.org/install.html
To build the project, open a command line and navigate to the folder seip2019 where the pom is located.
your\file\path\seip2019>
And execute the following command:
mvn package
- Maven - Dependency Management
We use git for versioning. For the versions available, see the commits on this repository.
Christos-Michail Faltsetas - chrisfaltsetas
See also the list of contributors who participated in this project.
This project is not currently licensed.