Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 416 Bytes

About

Spring Boot employee management CRUD app with realtime chat and push notifications

Setup

Clone the repository

$ git clone https://github.com/Koki131/employee-directory.git
  • Run sql script

  • Update database credentials

  • Run the app

OR

  • Run the executable .jar (might perform poorly, since it's using a free tier public database or might just not work at all)

  • Java 17+ required