This project is an HR management system designed and implemented collaboratively by:
- Ahmed Aziz Daoud
- Badis Ben Sassi
- Fatma Rebai
The application comprises:
- A backend built with Spring Boot.
- A frontend developed using Angular.
The goal of this project is to deliver efficient and user-friendly HR management functionalities.
Ensure the following are installed on your system before running the project:
- Java 11 or higher
- Maven
- npm
- Angular CLI
-
Navigate to the project directory containing the backend code.
-
Run the following command:
./mvnw spring-boot:run
-
Open a new terminal.
-
Navigate to the front directory:
cd ./front -
Start the Angular development server:
ng serve
- Once both the backend and frontend servers are running, open your browser and go to:
http://localhost:4200
-Spring Boot: Backend framework for APIs and business logic.
-Angular: Frontend framework for user interface.
Feel free to reach out for questions or suggestions!