A repository including all projects done during the course of Software Engineering in Practice during Spring Semester 2019 in the Athens University of Economics and Business
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes
Maven Version : 3.0.0
Java Version : 1.5
- You need to build the application using(make sure you're on the right directory):
cd Software-Engineering-in-Practice-Exercises/project_you_want_to_build
mvn package
- Maven - Dependency Management
- Antonis Faros - Initial work