{"id":29152877,"url":"https://github.com/ruben-rdez/classical-api","last_synced_at":"2026-04-10T11:31:37.434Z","repository":{"id":302143134,"uuid":"1011401719","full_name":"ruben-rdez/classical-api","owner":"ruben-rdez","description":"A Spring Boot REST API for managing classical music information","archived":false,"fork":false,"pushed_at":"2025-06-30T19:25:14.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T20:29:25.469Z","etag":null,"topics":["aws-ecr","aws-ecs","docker","git","github","github-actions","java","maven","restful-api","springboot"],"latest_commit_sha":null,"homepage":"","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/ruben-rdez.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,"zenodo":null}},"created_at":"2025-06-30T18:58:41.000Z","updated_at":"2025-06-30T20:12:09.000Z","dependencies_parsed_at":"2025-06-30T20:31:36.469Z","dependency_job_id":"a549af23-7af2-44d6-ba2c-20001ae8404a","html_url":"https://github.com/ruben-rdez/classical-api","commit_stats":null,"previous_names":["ruben-rdez/classical-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruben-rdez/classical-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fclassical-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fclassical-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fclassical-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fclassical-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruben-rdez","download_url":"https://codeload.github.com/ruben-rdez/classical-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fclassical-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"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":["aws-ecr","aws-ecs","docker","git","github","github-actions","java","maven","restful-api","springboot"],"created_at":"2025-07-01T01:03:21.106Z","updated_at":"2026-04-10T11:31:37.400Z","avatar_url":"https://github.com/ruben-rdez.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Classical Music API\n\nA Spring Boot REST API for managing classical music information, including artists, their biographies, and related data.\n\n## Overview\n\nThis project is a RESTful API built with Spring Boot that provides endpoints for managing classical music data. It features comprehensive documentation using OpenAPI (Swagger) and follows modern Java development practices.\n\n## Technologies\n\n- Java 21\n- Spring Boot 3.5.3\n- SpringDoc OpenAPI (Swagger UI)\n- Maven\n- Docker\n\n## Prerequisites\n\nTo run this application, you need:\n\n- Java Development Kit (JDK) 21 or later\n- Maven 3.6 or later\n- Docker (optional, for containerization)\n\n## Getting Started\n\n### Clone the Repository\n\n```bash\ngit clone [repository-url]\ncd classical-api\n```\n\n### Build the Project\n\n```bash\n./mvnw clean install\n```\n\n### Run the Application\n\n```bash\n./mvnw spring-boot:run\n```\n\nThe application will start on `http://localhost:8080/api/artists`\n\n### API Documentation\n\nOnce the application is running, you can access the Swagger UI documentation at:\n\n```\nhttp://localhost:8080/swagger-ui.html\n```\n\n## API Endpoints\n\n### Artists\n\n- `GET /api/artists` - Get all artists\n- `GET /api/artists/{id}` - Get artist by ID\n- `POST /api/artists` - Create a new artist\n- `PUT /api/artists/{id}` - Update an existing artist\n- `DELETE /api/artists/{id}` - Delete an artist\n\n## Docker Support\n\nTo build and run the application using Docker:\n\n```bash\n# Build the Docker image\ndocker build -t classical-api .\n\n# Run the container\ndocker run -p 8080:8080 classical-api\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fclassical-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruben-rdez%2Fclassical-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fclassical-api/lists"}