Backend API service for the Gym Management System built using Spring Boot and MySQL.
- REST API Architecture
- User Authentication & Authorization
- Member Management
- Trainer Management
- Membership Handling
- Database Integration
- CRUD Operations
- Secure API Endpoints
- Java
- Spring Boot
- Spring Security
- Maven
- MySQL
- REST API
git clone <your-backend-repo-link>
cd gym-management-backendmvn spring-boot:runUpdate application.properties:
spring.datasource.url=jdbc:mysql://localhost:3306/gym_management
spring.datasource.username=root
spring.datasource.password=your_passwordsrc/main/java/
├── controller/
├── service/
├── repository/
├── entity/
└── config/Use Postman or Swagger for testing APIs.
Contributions are welcome.
This project was developed for academic and learning purposes as part of CDAC coursework.