/CS4443-MVC

MVC college project for employee payroll management

Primary LanguageJava

MVC Architecture project

SonarCloud analysis Build and Test

Requirements

  • Uploading hours worked by employees and calculating weekly salary.
  • Login for administrators
  • One extra feature

Added value

  • Unit testing with JUnit
  • Repository pattern for data access
  • Static code analysis with SonarCloud
  • Dependency security analysis with Dependabot

Run

mvn clean install
mvn test
mvn spring-boot:run