{"id":21558705,"url":"https://github.com/hyunk3l/user-api","last_synced_at":"2025-03-18T03:41:09.579Z","repository":{"id":142944684,"uuid":"98021741","full_name":"Hyunk3l/user-api","owner":"Hyunk3l","description":"User bounded context example with Spring Boot, Spring Cloud, Elasticsearch \u0026 Kafka all written in Kotlin","archived":false,"fork":false,"pushed_at":"2025-03-02T18:27:09.000Z","size":191,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T19:29:44.298Z","etag":null,"topics":["ddd","ddd-architecture","domain-driven-design","elasticsearch","hexagonal-architecture","kafka","kotlin","spring","spring-boot","springboot"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/Hyunk3l.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":"2017-07-22T09:39:30.000Z","updated_at":"2019-03-23T11:37:01.000Z","dependencies_parsed_at":"2025-03-02T19:24:43.478Z","dependency_job_id":"66808757-621b-44f5-a8bf-c6e57217e977","html_url":"https://github.com/Hyunk3l/user-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hyunk3l%2Fuser-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hyunk3l%2Fuser-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hyunk3l%2Fuser-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hyunk3l%2Fuser-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hyunk3l","download_url":"https://codeload.github.com/Hyunk3l/user-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244153327,"owners_count":20406995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ddd","ddd-architecture","domain-driven-design","elasticsearch","hexagonal-architecture","kafka","kotlin","spring","spring-boot","springboot"],"created_at":"2024-11-24T08:15:36.961Z","updated_at":"2025-03-18T03:41:09.574Z","avatar_url":"https://github.com/Hyunk3l.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/Hyunk3l/user-api.svg?branch=master)](https://travis-ci.org/Hyunk3l/user-api)\n\n# User Api\n\n## How to run\n```\n./gradlew bootRun\n```\n\n## Endpoints\n\n1. Get list of users\n```\nGET http://localhost:8000/v1/users\n```\n\n2. Create a new user\n```\ncurl -XPOST http://127.0.0.1:8000/v1/users \\\n  -H 'Accept: application/json' \\\n  -H 'Content-Type: application/json' \\\n  -d '{\n\t\"name\": \"Fabrizio\",\n\t\"surname\": \"Di Napoli\",\n\t\"email\": \"your-mail@gmail.com\",\n\t\"password\": \"123456\"\n}'\n```\n\nyou'll get something like:\n```\n{\n    \"id\": \"6fbf4ef5-d84b-4dcd-b227-3bce550ba8db\"\n}\n```\n\n## Testing\n\nRun tests:\n```\n./gradlew test\n```\n\n## Libraries\n* [Kluent](https://markusamshove.github.io/Kluent/).\n* [AssertJ](http://joel-costigliola.github.io/assertj/)\n* [JSONAssert](https://github.com/skyscreamer/JSONassert)\n\n## Other links\n* [JSONAssert examples](https://www.baeldung.com/jsonassert)\n* [My blog](https://www.fabridinapoli.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyunk3l%2Fuser-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyunk3l%2Fuser-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyunk3l%2Fuser-api/lists"}