Skip to content

MasterDID2022/sopra-project-LHD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Features

  • Authentication of a User

    EDT
  • See planning of a User

    EDT
  • Manage planning

    EDT

Install

Requirement: PostgreSQL,Java SDK 11+, Maven

  • Create a database db_name and initialize it with our script with psql -d db_name < db_lhd.sql
  • For now their is no Jar so compile and lauch the app using maven or your IDE

Project layout

.
├── .Github           CI script
├── doc               Javadoc/Manual/Report
├── edtLHD            Java src
├── LICENSE
└── ressources        Database init file