Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gym Management System - Backend

Backend API service for the Gym Management System built using Spring Boot and MySQL.

🚀 Features

  • REST API Architecture
  • User Authentication & Authorization
  • Member Management
  • Trainer Management
  • Membership Handling
  • Database Integration
  • CRUD Operations
  • Secure API Endpoints

🛠️ Tech Stack

  • Java
  • Spring Boot
  • Spring Security
  • Maven
  • MySQL
  • REST API

📦 Installation

git clone <your-backend-repo-link>
cd gym-management-backend

▶️ Run Application

mvn spring-boot:run

⚙️ Database Configuration

Update application.properties:

spring.datasource.url=jdbc:mysql://localhost:3306/gym_management
spring.datasource.username=root
spring.datasource.password=your_password

📁 Folder Structure

src/main/java/
 ├── controller/
 ├── service/
 ├── repository/
 ├── entity/
 └── config/

🔗 API Testing

Use Postman or Swagger for testing APIs.

🤝 Contributing

Contributions are welcome.

📄 License

This project was developed for academic and learning purposes as part of CDAC coursework.

About

Gym Management System is a web-based app that lets gym owners and staff efficiently manage and track member information,class schedules and other gym operations. Users can sign up new members, schedule classes. Built with React JS,Spring Boot and MySQL, it's effective gym management system. Created as part of a full-stack web development using Java

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages