Skip to content

P4piJoke/workout-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Project: Workout Tracker

Overview

  • Monorepo with a React + Vite frontend and a Spring Boot backend.
  • Features: dashboard, exercise library, log workouts, templates, overload tracking, statistics, body metrics, personal records, preferences.

Key technologies

  • Frontend: React 19, Vite, @tanstack/react-query, axios, keycloak-js, recharts. See workout-frontend/package.json.
  • Backend: Spring Boot 4 (Java 26), Spring Data MongoDB, Elasticsearch, Redis, OAuth2 resource server (Keycloak), caching, validation, Lombok. See workout-tracker-be/pom.xml.

Runtime services (expected)

  • MongoDB: mongodb://localhost:27017 (db: workout_tracker)
  • Elasticsearch: http://localhost:9200
  • Redis: localhost:6379
  • Keycloak: http://localhost:8180 (realm: workout-tracker)
  • Backend server port: 8080
  • Frontend dev server port: 5173

How to run (quick)

  • Start required services: MongoDB, Elasticsearch, Redis, Keycloak.
  • Backend (from repo root):
cd workout-tracker-be
./mvnw spring-boot:run    # Unix/macOS
# or on Windows:
mvnw.cmd spring-boot:run
  • Frontend:
cd workout-frontend
npm install
npm run dev

Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors