{"id":15901414,"url":"https://github.com/mbchoa/warmup","last_synced_at":"2026-01-21T01:02:07.796Z","repository":{"id":39153376,"uuid":"156958170","full_name":"mbchoa/warmup","owner":"mbchoa","description":"👊 Minimalist toolbox for the modern strength athlete.","archived":false,"fork":false,"pushed_at":"2023-01-06T03:48:25.000Z","size":5411,"stargazers_count":1,"open_issues_count":23,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T21:52:13.408Z","etag":null,"topics":["docker","flask","fullstack","golang","gunicorn","nginx","react"],"latest_commit_sha":null,"homepage":"https://strengthkit.netlify.com","language":"JavaScript","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/mbchoa.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}},"created_at":"2018-11-10T07:26:21.000Z","updated_at":"2023-03-04T04:33:18.000Z","dependencies_parsed_at":"2023-02-05T06:16:30.741Z","dependency_job_id":null,"html_url":"https://github.com/mbchoa/warmup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbchoa/warmup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fwarmup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fwarmup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fwarmup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fwarmup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbchoa","download_url":"https://codeload.github.com/mbchoa/warmup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbchoa%2Fwarmup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28620572,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"ssl_error","status_checked_at":"2026-01-20T23:47:29.996Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["docker","flask","fullstack","golang","gunicorn","nginx","react"],"created_at":"2024-10-06T11:04:21.487Z","updated_at":"2026-01-21T01:02:07.770Z","avatar_url":"https://github.com/mbchoa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Development\n### Frontend\n\n```\n$ cd web\n$ npm install\n$ npm start\n```\n\nNavigate to http://localhost:3000 to interact with React application.\n\n### Backend\n\n#### Flask\n```\n$ cd api\n$ virtualenv env\n$ source env/bin/activate\n$ (env) cd app\n$ (env) pip install -r requirements.txt\n$ (env) python src/app.py\n```\n\nNavigate to http://localhost:5000/calculate-warmup/\u003ctarget_weight\u003e to fetch calculated warmup weights for input `target_weight` value passed.\n\n#### Go\n```\n$ cd api-go\n$ go get // installs Go dependencies defined in the go.mod file\n$ make dev-db // brings up Postgres database\n$ make dev // starts up Go server using watcher library (similar to nodemon in Node)\n```\n\nThe dev Makefile script will bring up the postgres service defined in the docker-compose file.\nThe go API service is served from http://localhost:8080. Navigate to any of the following available API endpoints to test CRUD operations against PostgreSQL database.\n\n##### API endpoints\n\n`GET /api/v1/workouts`: Fetches all workouts\n\n`GET /api/v1/workouts/:workoutId`: Fetches single workout\n\n`POST /api/v1/workouts`: Creates new workout\n\n`PUT /api/v1/workouts/:workoutId`: Updates existing workout\n\n`DELETE /api/v1/workouts/:workoutId`: Deletes existing workout\n\n## Production\n\nComing soon.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Fwarmup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbchoa%2Fwarmup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbchoa%2Fwarmup/lists"}