{"id":28496324,"url":"https://github.com/al-vallon/strengthtracker","last_synced_at":"2026-04-11T11:01:20.323Z","repository":{"id":293353777,"uuid":"983690008","full_name":"Al-vallon/strengthTracker","owner":"Al-vallon","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-11T15:40:42.000Z","size":2021,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T19:35:17.822Z","etag":null,"topics":["angular","docker","postgres","postman","spring-boot","typescript"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Al-vallon.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-14T19:04:24.000Z","updated_at":"2026-03-11T15:40:38.000Z","dependencies_parsed_at":"2025-05-14T23:22:54.473Z","dependency_job_id":"d899fd08-8151-4727-bb31-ed04f6c428eb","html_url":"https://github.com/Al-vallon/strengthTracker","commit_stats":null,"previous_names":["al-vallon/strengthtracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Al-vallon/strengthTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-vallon%2FstrengthTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-vallon%2FstrengthTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-vallon%2FstrengthTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-vallon%2FstrengthTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Al-vallon","download_url":"https://codeload.github.com/Al-vallon/strengthTracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Al-vallon%2FstrengthTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: 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":["angular","docker","postgres","postman","spring-boot","typescript"],"created_at":"2025-06-08T12:07:21.253Z","updated_at":"2026-04-11T11:01:20.311Z","avatar_url":"https://github.com/Al-vallon.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Strength Tracker \n\n![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![SASS](https://img.shields.io/badge/SASS-hotpink.svg?style=for-the-badge\u0026logo=SASS\u0026logoColor=white)\n![Spring Boot](https://img.shields.io/badge/Spring_Boot-6DB33F?style=for-the-badge\u0026logo=spring-boot\u0026logoColor=white)\n![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge\u0026logo=openjdk\u0026logoColor=white)\n![Swagger](https://img.shields.io/badge/Swagger-85EA2D?style=for-the-badge\u0026logo=Swagger\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge\u0026logo=githubactions\u0026logoColor=white)\n![Postman](https://img.shields.io/badge/Postman-FF6C37?style=for-the-badge\u0026logo=postman\u0026logoColor=white)\n\nA comprehensive fitness tracking application built with Angular and Spring Boot.\n\n\u003c/div\u003e\n\n## 📚 Documentation\n\n- **[GitHub Actions Workflows](./docs/github-actions.md)** - Complete documentation for CI/CD workflows\n- **[Architecture](./docs/architecture/)** - Application architecture documentation\n- **[API Documentation](./strengthTrackerAPI/)** - Bruno API collection for testing\n\n## 🚀 Quick Start\n\n### Prerequisites\n- Java 21\n- Node.js 22\n- Docker (optional)\n- PostgreSQL\n\n### Development Setup\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/Al-vallon/strengthTracker.git\n   cd strengthTracker\n   ```\n\n2. **Backend Setup**\n   ```bash\n   cd backend\n   mvn clean install\n   mvn spring-boot:run\n   ```\n\n3. **Frontend Setup**\n   ```bash\n   cd frontend\n   npm install\n   npm start\n   ```\n\n4. **Access the application**\n   - Frontend: http://localhost:4200\n   - Backend API: http://localhost:8080\n   - Swagger UI: http://localhost:8080/swagger-ui.html\n\n## 🏗️ Architecture\n\n- **Frontend**: Angular 20 with TypeScript and SCSS\n- **Backend**: Spring Boot 3 with Java 21\n- **Database**: PostgreSQL\n- **API Documentation**: Swagger/OpenAPI\n- **Containerization**: Docker\n- **CI/CD**: GitHub Actions\n\n## 🔧 Development Workflow\n\nThis project uses automated workflows for code quality and deployment:\n\n- **Code Linting**: Automatic formatting with Maven Spotless and ESLint\n- **Security Scanning**: CodeQL analysis for vulnerability detection  \n- **Build \u0026 Deploy**: Automated artifact generation and deployment\n- **Commit Standards**: Conventional commit message enforcement\n\nSee the [GitHub Actions documentation](./docs/github-actions.md) for detailed workflow information.\n\n## 🧪 Testing\n\n### Backend Testing\n```bash\ncd backend\nmvn test\n```\n\n### Frontend Testing  \n```bash\ncd frontend\nnpm test\nnpm run e2e\n```\n\n## 📦 Deployment\n\n### Using Docker\n```bash\ndocker-compose up -d\n```\n\n### Production Deployment\nSee individual environment configurations:\n- Development: `docker-compose.dev.yml`\n- Pre-production: `docker-compose.preprod.yml`  \n- Production: `docker-compose.prod.yml`\n\n## 🔐 Security\n\n- JWT-based authentication\n- CORS configuration\n- Input validation\n- SQL injection prevention\n- Automated security scanning with CodeQL\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Follow commit message conventions (see [Commit Lint Guide](./docs/workflows/commit-lint.md))\n4. Make your changes and ensure tests pass\n5. Run linting tools (`mvn spotless:apply` for backend, `npm run lint` for frontend)\n6. Submit a pull request\n\n### Code Quality Standards\n- Backend: Follows Google Java Format via Maven Spotless\n- Frontend: ESLint with Angular recommended rules\n- All code is automatically checked in CI/CD pipeline\n\n## 📄 License\n\nThis project is licensed under the terms specified in the [LICENSE](./LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal-vallon%2Fstrengthtracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal-vallon%2Fstrengthtracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal-vallon%2Fstrengthtracker/lists"}