Skip to content

fsossa/rh-software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RHSoftware Prototype (Spring Boot + Angular + PostgreSQL)

Prototype RH avec authentification JWT, Swagger et modules RH:

  • Collaborateurs
  • Contrats
  • Absences/Conges
  • Planning
  • Paie simplifiee
  • Mini dashboard RH

Prerequis

  • Java 17+
  • Maven 3.9+
  • Node 20+ / npm
  • Docker Desktop

1) Lancer PostgreSQL

docker compose up -d

2) Lancer le backend

cd backend
mvn spring-boot:run
  • API: http://localhost:8080
  • Swagger UI: http://localhost:8080/swagger-ui/index.html
  • Login API: POST /api/auth/login

3) Lancer le frontend

cd frontend
npm install
npm start

UI: http://localhost:4200

Compte RH de demonstration

  • username: rhadmin
  • password: rhadmin123

About

Logiciel de gestion RH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published