Skip to content

User, instructor and gym training management system using Java, Spring Boot, Postgres, Maven, Spring Web, Spring Data JPA, Spring DevTools, Swagger, Lombok and Validation

Notifications You must be signed in to change notification settings

maxjdev/sysAcademy-Management_System-Users_Instructors_GymTraining-API_REST-Java-Spring-Postgres-Swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysAcademy: API REST Management system for users, instructors and gym training

Techs Used

Java Spring PostgreSQL Docker DBeaver Postman Swagger Maven

Image

Swagger Print

Description

sysAcademy is an academy management solution developed using Java and Spring Framework technologies. Using Spring Boot, Spring Web and Spring Data JPA, the project offers a RESTful API to facilitate the management of users, instructors and bodybuilding training.

The sysAcademy architecture follows good development practices, with well-structured controllers, services, repositories, entities and DTOs for CRUD operations. Furthermore, the project makes use of modern technologies such as Spring DevTools to facilitate development and increase the team's productivity.

Integration with a PostgreSQL database in a Docker container provides an efficient and scalable persistence layer, ensuring secure and reliable storage of the academy's data.

API documentation is provided interactively by Swagger, allowing a clear and detailed view of available endpoints, which facilitates the development, testing and integration of new features.

Additionally, the project makes use of Lombok to reduce code verbosity, simplifying class writing and making code cleaner and more readable. Data validations are guaranteed by integration with the Spring validation library, ensuring the consistency and integrity of the data manipulated by the application.

Finally, tools such as Postman are used to test and validate the API, ensuring its quality and reliability in different usage scenarios.

How to Start the Project

  • Clone the repository:
git clone https://github.com/your-username/repository-name.git
  • Open the project directory:
cd repository-name
  • Install project dependencies:
mvn install
  • Start:
mvn spring-boot:run

Contributing

We welcome and appreciate your contributions to this project! Whether you have suggestions, bug fixes, or new features you'd like to add, please feel free to fork this repository.

How to Contribute

  1. Fork the project.
  2. Create a branch for your contribution: git checkout -b my-contribution.
  3. Make your changes and commit: git commit -m 'Add my contribution'.
  4. Push to your branch: git push origin my-contribution.
  5. Open a pull request for review.

Feedback and Issues

If you have contributions, suggestions, or feedback, feel free to open an issue.

About

User, instructor and gym training management system using Java, Spring Boot, Postgres, Maven, Spring Web, Spring Data JPA, Spring DevTools, Swagger, Lombok and Validation

Topics

Resources

Stars

Watchers

Forks

Languages