Skip to content

staimov/employees-directory

Repository files navigation

My Skills

employees-directory

An employee directory example (ui+rest+db).

Usage

  1. Rebuild the project:
mvn clean install
  1. Build and run docker containers:
docker compose up -d
  1. Apply new-employee-directory.sql script to MySQL.

Default user accounts:

username password roles
admin admin ADMIN, MANAGER, USER
homer homer MANAGER, USER
foo foo USER
  1. UI: https://localhost:8080/

screenshot

  1. HAL Explorer: https://localhost:8080/explorer/index.html#uri=/api/employees

screenshot2

Attributions

Icon by Good Stuff No Nonsense in CC Attribution License via SVG Repo

Releases

No releases published

Packages

No packages published