{"id":28346548,"url":"https://github.com/duduxs/product-ms-spring","last_synced_at":"2026-04-15T05:31:55.785Z","repository":{"id":47135428,"uuid":"405466900","full_name":"Duduxs/product-ms-spring","owner":"Duduxs","description":"🖖 API developed using concepts as containers, github actions, deploys, and many others.","archived":false,"fork":false,"pushed_at":"2021-09-12T19:31:11.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T14:10:00.929Z","etag":null,"topics":["api","docker","docker-compose","github-actions","postgres","product-ms","project","spring","springfox"],"latest_commit_sha":null,"homepage":"https://api-product-ms.herokuapp.com/swagger-ui/","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/Duduxs.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}},"created_at":"2021-09-11T19:33:28.000Z","updated_at":"2023-06-29T01:39:47.000Z","dependencies_parsed_at":"2022-08-24T19:01:53.271Z","dependency_job_id":null,"html_url":"https://github.com/Duduxs/product-ms-spring","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Duduxs/product-ms-spring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fproduct-ms-spring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fproduct-ms-spring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fproduct-ms-spring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fproduct-ms-spring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Duduxs","download_url":"https://codeload.github.com/Duduxs/product-ms-spring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Duduxs%2Fproduct-ms-spring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["api","docker","docker-compose","github-actions","postgres","product-ms","project","spring","springfox"],"created_at":"2025-05-27T14:10:00.967Z","updated_at":"2026-04-15T05:31:55.775Z","avatar_url":"https://github.com/Duduxs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch4 align=\"center\"\u003e\n  \u003cp\u003eProduct MicroService\u003c/p\u003e\n  \n  \u003cp\u003eThis application was developed during the UOL Compass' selection process.\u003c/p\u003e\n\n  \u003cp\u003eThis project is based in CRUD(Create, Read, Update and Delete) with Spring and Java.\u003c/p\u003e\n  \n\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#rocket-technologies\"\u003eTechnologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#information_source-how-to-use\"\u003eHow To Use\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#thumbsup-how-to-contribute\"\u003eHow To Contribute\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#memo-license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"Collage\" src=\"https://ik.imagekit.io/27ewoxssse/product-ms-spring-screenshot_vgajAzEb7nr.png?updatedAt=1631474407316\"\u003e \n\u003c/p\u003e\n\n## :rocket: Technologies\n\nThis project was developed with the following technologies:\n\n- API:\n\n  - [Java](https://www.oracle.com/br/java/)\n  - [Spring Framework](https://spring.io/)\n  - [Postgresql](https://www.postgresql.org/)\n  \n- Utils:\n\n  - [SpringFox](https://springfox.github.io/springfox/)\n  - [Docker](https://www.docker.com/)\n  - [DockerCompose](https://docs.docker.com/compose/)\n \n\n\n## :information_source: How to use\nTo clone and run this application, you'll need [Git](https://git-scm.com), [Docker](https://www.docker.com/) and [DockerCompose](https://docs.docker.com/compose/) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/duduxs/product-ms-spring\n\n# Go into the repository\n$ cd product-ms-spring\n```\n\nTo run the API + Postgres:\n\n```bash\n$ bash dockerRun.sh\n```\n\nTo stop the API + Postgres:\n\n```bash\n$ bash dockerStop.sh\n```\n\nNow access on your browser: http://localhost:9999\n\n\u003cp align=\"center\"\u003e\n  docs -\u003e http://localhost:9999/swagger-ui/\n\u003cimg alt=\"Doc\" src=\"https://ik.imagekit.io/27ewoxssse/swagger_A9LoMzrast.png?updatedAt=1631475000699\"\u003e \n\u003c/p\u003e\n\n## :thumbsup: How To Contribute\n\n-  Make a fork;\n-  Create a branch with your feature: `git checkout -b my-feature`;\n-  Commit changes: `git commit -m 'feat: My new feature'`;\n-  Make a push to your branch: `git push origin my-feature`.\n\n## :memo: License\nThis project is under the MIT license. See the [LICENSE](https://github.com/Duduxs/product-ms-spring/blob/master/LICENSE) for more information.\n\n---\n\n\u003ch4 align=\"center\"\u003e\n    Made by Eduardo José 😆 \u003ca href=\"https://www.linkedin.com/in/eduarddojose/\" target=\"_blank\"\u003eContact me!\u003c/a\u003e\n\u003c/h4\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduduxs%2Fproduct-ms-spring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduduxs%2Fproduct-ms-spring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduduxs%2Fproduct-ms-spring/lists"}