- Introduction
- Team Members
- Technologies
- Architecture
- Installation
- Usage
- Tests
- Contributors
- License
- References
This project is a REST API for a library management system. It allows the management of contracts, students, teams, and departments. It also allows you to search for contracts by title, author, or category. The API is documented with Swagger and the code is tested with JUnit. The project is built with Maven and the application is packaged in a Docker image. The project is deployed on a Jenkins server and the code is analyzed with SonarQube.
- Karam MANNAI : Module Departement.
- Mohamed Yassin KHABTHANI : Module 2
- Fadi Abdenabi : Module 3
- Yassine Aridhi : Module 4
- Mohamed Amine NASRI : Module 5
- Java 11
- Spring Boot 2.4.5
- MySQL 8.0.23
- Maven 3.8.1
- Docker 20.10.6
- Docker Compose 1.29.1
- Swagger 3.0.0
- JUnit 5.7.1
- Jenkins 2.289.1
- SonarQube 8.9.0
The architecture of the project is based on the MVC pattern. The project is divided into 4 layers:
- Controller: This layer is responsible for receiving requests and sending responses.
- Service: This layer is responsible for the business logic.
- Repository: This layer is responsible for the data access.
- Model: This layer is responsible for the data structure.