Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A web based application to track workouts

NotificationsYou must be signed in to change notification settings

AussieGuy0/gym-buddy

Repository files navigation

Build StatusDependabot Status

A web based application to track workouts

Goals

  • Be able to enter workouts completed
  • See past history of workouts
  • User sign up/authentication/etc.
  • Use minimal frameworks on both backend and frontend (no Spring here!)

Pre-reqs

  • Java 17
  • Postgres 14

Building

  1. In project root directory:./mvnw package
  2. Run withjava -jar backend/target/backend-1.0-SNAPSHOT.jar

DB

Migrating DB:

In project root directory:

./mvnw flyway:migrate -pl backend -Dflyway.url="" -Dflyway.user="" -Dflyway.password=""

Loading exercises.csv

Inpsql:

\copy exercises(name,description,main_muscle) FROM 'exercises.csv' WITH DELIMITER ',' CSV HEADER;

Built With

API

Endpoints

All urls are prefixed with/api/v1

About

A web based application to track workouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp