{"id":17246564,"url":"https://github.com/andreid/javarestapitemplate","last_synced_at":"2026-07-14T19:31:55.433Z","repository":{"id":142369202,"uuid":"170463210","full_name":"AndreiD/JavaRESTAPITemplate","owner":"AndreiD","description":"a java rest api template using Spring Framework","archived":false,"fork":false,"pushed_at":"2019-02-13T07:47:16.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T07:36:19.867Z","etag":null,"topics":["java","rest","spring-boot-2","springframework"],"latest_commit_sha":null,"homepage":null,"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/AndreiD.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":"2019-02-13T07:41:24.000Z","updated_at":"2019-02-25T17:17:25.000Z","dependencies_parsed_at":"2024-04-07T18:15:23.482Z","dependency_job_id":null,"html_url":"https://github.com/AndreiD/JavaRESTAPITemplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndreiD/JavaRESTAPITemplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FJavaRESTAPITemplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FJavaRESTAPITemplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FJavaRESTAPITemplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FJavaRESTAPITemplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreiD","download_url":"https://codeload.github.com/AndreiD/JavaRESTAPITemplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreiD%2FJavaRESTAPITemplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35476729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-14T02:00:06.603Z","response_time":114,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["java","rest","spring-boot-2","springframework"],"created_at":"2024-10-15T06:34:28.169Z","updated_at":"2026-07-14T19:31:55.428Z","avatar_url":"https://github.com/AndreiD.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rest API Template - Spring Boot\n\n## Overview\nThis is my REST API has been built using Java 10, Spring Boot, Spring Cloud Feign, Swagger, Lombok, Junit5 and Docker.\n\n## Quick start\nTo run the project execute from the project root\n\n```\ndocker-compose up\n```\n\nThis will pull the pre-built images from Docker Hub and run it in docker.\n\nNavigate to: http://localhost:8080/swagger-ui.html to access the API through SWAGGER\n\n## API\n| Endpoint        | Description |    \n| ------------- |:-------------:\n| GET /products | Get products. Query parameter 'priceLabel' can be specified with possible values: 'ShowWasNow' or 'ShowWasThenNow' or 'ShowPercDiscount' |\n\n\n## Tests\nYou can run all unit and integration tests by executing from the project root\n```\nmvn clean verify\n```\n\nExternal API can change so integration tests may fail because the application is not able to retrieve any data\n\n## Useful Commands\nA [run.sh](run.sh) Bash script has been written to provide useful commands for the project. It is executed in the following way:\n\n``` ./run.sh {build|start|stop|run|push|logs}```\n\n- build: build the application\n\n- start: start the docker containers\n\n- stop: stop and remove the docker containers\n\n- run: build and start\n\n- push: push the images to Docker Hub\n\n- logs: shows log output from docker containers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreid%2Fjavarestapitemplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreid%2Fjavarestapitemplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreid%2Fjavarestapitemplate/lists"}