{"id":21913204,"url":"https://github.com/maxogod/gymchad-server","last_synced_at":"2026-04-17T00:02:49.788Z","repository":{"id":188792460,"uuid":"679436889","full_name":"maxogod/gymchad-server","owner":"maxogod","description":"This is the backend for the Gymchad website","archived":false,"fork":false,"pushed_at":"2023-09-21T21:29:43.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T08:48:17.389Z","etag":null,"topics":["backend","full-stack","java","mongodb","spring","spring-boot","spring-security"],"latest_commit_sha":null,"homepage":"https://gymchad.onrender.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxogod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-16T20:58:51.000Z","updated_at":"2023-08-31T01:10:09.000Z","dependencies_parsed_at":"2025-03-22T08:43:36.873Z","dependency_job_id":"c570993e-6bfd-4241-abae-19ed1831a142","html_url":"https://github.com/maxogod/gymchad-server","commit_stats":null,"previous_names":["maxogod/gymchad-server"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/maxogod/gymchad-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2Fgymchad-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2Fgymchad-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2Fgymchad-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2Fgymchad-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxogod","download_url":"https://codeload.github.com/maxogod/gymchad-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxogod%2Fgymchad-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["backend","full-stack","java","mongodb","spring","spring-boot","spring-security"],"created_at":"2024-11-28T18:14:57.813Z","updated_at":"2026-04-17T00:02:49.582Z","avatar_url":"https://github.com/maxogod.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gymchad-server\n\n[(checkout the frontend)](https://github.com/maxogod/gymchad-app)\n\n~ Website to organize different fitness activities such as dancing/leg day/boxing and the exercises that belong to that activity, including images of the exercise, a brief description or annotation, sets/reps or duration time.\n\n~ For people like me, who always forget what good exercises they can do for each different activity (or muscle group), and want a more **aethetic** visual representation of them instead of writing them all on paper or something boring like that.\n\n## Endpoints:\n\n### /api/auth\n\nThe first two endpoints will open a new session in the db for the user\n\n* POST /register (needs email, googleId, name, picture)\n* POST /login (needs email and googleId)\n* GET /session (to get the user that is currently logged in)\n* GET /logout (closes the open session and removes it from the db)\n\n### /api/activity\n\n* POST / (creates a new activity for the session user, needs name, banner and a list of exercises)\n* GET / (gets all activities of session user)\n* GET /\u003cactivityId\u003e (gets the specific activity if it belongs to the user)\n* PUT /\u003cactivityId\u003e (update activity info, needs same fields as activity creation except for exercises)\n* POST /add-exercise/\u003cactivityId\u003e (adds exercise to the activity)\n* DELETE /\u003cactivityId\u003e (deletes the activity from the user)\n\n### /api/exercises\n\n* PUT /\u003cexerciceId\u003e (edit exercise)\n* DELETE /\u003cexerciceId\u003e (deletes exercise from its activity)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxogod%2Fgymchad-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxogod%2Fgymchad-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxogod%2Fgymchad-server/lists"}