You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A full-stack application for managing the human resources of an enterprise, built using Angular for the frontend, PostgreSQL for the database, and Spring Boot for the backend.
Primero ejecutar, para construir la aplicacion de api/
mvn clean package
Levantar toda la app.
docker-compose up -d # -d para ejecutar en segundo plano
About
A full-stack application for managing the human resources of an enterprise, built using Angular for the frontend, PostgreSQL for the database, and Spring Boot for the backend.