/BikeSharingProject

This is my project I made for the exam of Software Engineering at University of Milan

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

License image image CodeSize image image image

BikeSharingProject

What is it?

This is a Bike sharing simulator. You register and buy a subscription and you rent a bike, then you give back to the system and you pay.

Requirements

You have to install MySQL DBMS to import my dumps. Connector file .jar is already in this repo.
If you would like to open the .mdj file you need to install StarUML.


Usage

compile

javac -cp libs/mysql-connector-java-8.0.24.jar:. SistemaBikeSharing.java

Exec

java -cp libs/mysql-connector-java-8.0.24.jar:. SistemaBikeSharing

Tests

javac -cp libs/junit-4.13.2.jar:Test/Test*.java
java -cp libs/junit-4.13.2.jar:libs/hamcrest-core1.3.jar:Test/ org.junit.runner.JUnitCore "fileclasstest"


Language

The project is all in Italian(source comments, diagrams and relation), just saying.