{"id":27210800,"url":"https://github.com/rekram1-node/workout-backend","last_synced_at":"2025-04-10T01:27:39.961Z","repository":{"id":162791662,"uuid":"626172018","full_name":"rekram1-node/workout-backend","owner":"rekram1-node","description":null,"archived":false,"fork":false,"pushed_at":"2023-05-26T02:58:35.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-21T01:58:45.958Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rekram1-node.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-11T00:15:13.000Z","updated_at":"2023-05-26T02:58:39.000Z","dependencies_parsed_at":"2023-05-28T07:00:08.271Z","dependency_job_id":null,"html_url":"https://github.com/rekram1-node/workout-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekram1-node%2Fworkout-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekram1-node%2Fworkout-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekram1-node%2Fworkout-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rekram1-node%2Fworkout-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rekram1-node","download_url":"https://codeload.github.com/rekram1-node/workout-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248139722,"owners_count":21054162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-04-10T01:27:39.131Z","updated_at":"2025-04-10T01:27:39.836Z","avatar_url":"https://github.com/rekram1-node.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# workout-backend\n\nCS API for my application\n\nCurrent Features\n\n* JWT User Auth\n* User CRUD Operations\n\nComing Soon\n\n* Logout Endpoint\n* Refresh token?\n    \n## Usage\n\n### Create Meso:\n\nEndpoint: /client-services/meso\nBody: \n```json\n{\n   \"Name\": \"Brand New Meso\",\n   \"Monday\": {\n       \"Lifts\": [\n           {\n               \"Exercise\": \"Squat\"\n           }\n       ]\n    },\n    \"Tuesday\": {\n        \"Lifts\": [\n           {\n               \"Exercise\": \"Pulldown\"\n           }\n       ]\n    },\n    \"Wednesday\": {\n        \"Lifts\": [\n           {\n               \"Exercise\": \"Bench Press\"\n           }\n       ]\n    },\n    \"Thursday\": {\n        \"Lifts\": [\n           {\n               \"Exercise\": \"Leg Press\"\n           }\n       ]\n    },\n    \"Friday\": {\n        \"Lifts\": [\n           {\n               \"Exercise\": \"Pull Up\"\n           }\n       ]\n    },\n    \"Saturday\": {\n        \"Lifts\": [\n           {\n               \"Exercise\": \"Dumbell Bench\"\n           }\n       ]\n    },\n    \"Sunday\": {\n        \"Lifts\": []\n    }\n}\n```\n\nResponse:\n```json\n{\n    \"UserUUID\": \"9ab4d6f7-eafb-4a47-99d4-15de066a7434\",\n    \"UserID\": 4,\n    \"UUID\": \"4bd81dc7-6720-4550-ab13-571c9e5267e2\",\n    \"Name\": \"Brand New Meso\",\n    \"Weeks\": [\n        {\n            \"MesoID\": 0,\n            \"Monday\": {\n                \"WeekID\": 0,\n                \"Lifts\": [\n                    {\n                        \"DayID\": 0,\n                        \"exercise\": \"Squat\",\n                        \"sets\": 0,\n                        \"weight\": 0,\n                        \"reps\": 0,\n                        \"pump\": 0,\n                        \"soreness\": 0\n                    }\n                ]\n            },\n            \"Tuesday\": {\n                \"WeekID\": 0,\n                \"Lifts\": [\n                    {\n                        \"DayID\": 0,\n                        \"exercise\": \"Pulldown\",\n                        \"sets\": 0,\n                        \"weight\": 0,\n                        \"reps\": 0,\n                        \"pump\": 0,\n                        \"soreness\": 0\n                    }\n                ]\n            },\n            \"Wednesday\": {\n                \"WeekID\": 0,\n                \"Lifts\": [\n                    {\n                        \"DayID\": 0,\n                        \"exercise\": \"Bench Press\",\n                        \"sets\": 0,\n                        \"weight\": 0,\n                        \"reps\": 0,\n                        \"pump\": 0,\n                        \"soreness\": 0\n                    }\n                ]\n            },\n            \"Thursday\": {\n                \"WeekID\": 0,\n                \"Lifts\": [\n                    {\n                        \"DayID\": 0,\n                        \"exercise\": \"Leg Press\",\n                        \"sets\": 0,\n                        \"weight\": 0,\n                        \"reps\": 0,\n                        \"pump\": 0,\n                        \"soreness\": 0\n                    }\n                ]\n            },\n            \"Friday\": {\n                \"WeekID\": 0,\n                \"Lifts\": [\n                    {\n                        \"DayID\": 0,\n                        \"exercise\": \"Pull Up\",\n                        \"sets\": 0,\n                        \"weight\": 0,\n                        \"reps\": 0,\n                        \"pump\": 0,\n                        \"soreness\": 0\n                    }\n                ]\n            },\n            \"Saturday\": {\n                \"WeekID\": 0,\n                \"Lifts\": [\n                    {\n                        \"DayID\": 0,\n                        \"exercise\": \"Dumbell Bench\",\n                        \"sets\": 0,\n                        \"weight\": 0,\n                        \"reps\": 0,\n                        \"pump\": 0,\n                        \"soreness\": 0\n                    }\n                ]\n            },\n            \"Sunday\": {\n                \"WeekID\": 0,\n                \"Lifts\": []\n            }\n        }\n    ]\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekram1-node%2Fworkout-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frekram1-node%2Fworkout-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frekram1-node%2Fworkout-backend/lists"}