A small project from University, aiming to recreate a java planning app with an enphasis on modern technique of software engineering.
- Continuous Integration with Github and SonarCloud
- Github flow and kanban
- An esthetic UI and exhaustive documentation
Requirement: PostgreSQL,Java SDK 11+, Maven
- Create a database
db_name
and initialize it with our script withpsql -d db_name < db_lhd.sql
- For now their is no Jar so compile and lauch the app using maven or your IDE
.
├── .Github CI script
├── doc Javadoc/Manual/Report
├── edtLHD Java src
├── LICENSE
└── ressources Database init file