This project is a Spring Boot application designed to manage patient sessions, therapists, and rooms. It includes functionalities for creating, updating, and managing sessions, as well as generating reports.
- Manage patients, therapists, and rooms.
- Create and update patient sessions.
- Generate reports for sessions.
- Filter sessions by date, therapist, and room.
- Handle session renewals with incremental attributes.
- Java
- Spring Boot
- Maven
- JPA/Hibernate
- Lombok
- Clone the repository:
git clone https://github.com/FluidityCore/your-repo-name.git
- Navigate to the project directory:
cd your-repo-name - Build the project using Maven:
mvn clean install
- Run the application:
mvn spring-boot:run
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes and commit them (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.