https://github.com/addreeh/fit360
🏋️ Fit360 - Angular and Springboot Gym Management Web App
https://github.com/addreeh/fit360
angular fitness-app gym-management java spring-boot typescript
Last synced: 3 months ago
JSON representation
🏋️ Fit360 - Angular and Springboot Gym Management Web App
- Host: GitHub
- URL: https://github.com/addreeh/fit360
- Owner: addreeh
- Created: 2024-06-14T18:38:51.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T17:01:42.000Z (over 1 year ago)
- Last Synced: 2025-03-03T18:46:25.291Z (over 1 year ago)
- Topics: angular, fitness-app, gym-management, java, spring-boot, typescript
- Language: HTML
- Homepage:
- Size: 2.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fit360 🏋️♀️
## Overview
Fit360 is a comprehensive gym management web application built with Angular frontend and Spring Boot backend, designed to streamline gym operations and member management.
## Features
- Member management
- Workout tracking
- Class scheduling
- Membership plans
- Billing and payment integration
- Admin dashboard
## Technologies
- Frontend: Angular
- Backend: Spring Boot
- Database: MySQL/PostgreSQL
- Authentication: Spring Security
## Installation
### Prerequisites
- Node.js
- Angular CLI
- Java 11+
- Maven/Gradle
### Setup
1. Clone repository
```bash
git clone https://github.com/addreeh/Fit360.git
```
2. Backend setup
```bash
cd backend
./mvnw spring-boot:run
```
3. Frontend setup
```bash
cd frontend
npm install
ng serve
```
## Screenshots






## Contributing
Contributions welcome. Check issues page.