To Do
Planning and Technical Documentation
Make sure Maven (mvn
) is installed and in $PATH
.
If using an Oracle database, you will need to change your maven settings for downloading the Oracle drivers. See this article for more information.
Run script:
- Linux, macOS, BSD, and other *NIX:
./rebuild-all.sh
- Windows:
.\rebuild-all.bat
Run script:
- Linux, macOS, BSD, and other *NIX:
./run-coverage.sh
- Windows:
.\run-coverage.bat
Make sure a JRE is installed and in $PATH
.
Run script:
- Linux, macOS, BSD, and other *NIX:
# Teacher APP
./run-teacher.sh
# Student APP
./run-student.sh
# Manager APP
./run-manager.sh
- Windows:
REM Teacher APP
.\run-teacher.bat
REM Student APP
.\run-student.bat
REM Manager APP
.\run-manager.bat
To Do
To generate PlantUML diagrams for documentation execute the script (for the moment, only for linux/bsd/macos):
./generate-plantuml-diagrams.sh
This project was created under this pledge of honor