{"id":17350449,"url":"https://github.com/khantwaikyaw/spring-boot-rest","last_synced_at":"2025-08-01T23:32:02.177Z","repository":{"id":256982568,"uuid":"856546235","full_name":"khantwaikyaw/spring-boot-rest","owner":"khantwaikyaw","description":"Spring Boot REST API - Clean Architecture DDD","archived":false,"fork":false,"pushed_at":"2024-11-26T10:55:35.000Z","size":90,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-26T11:47:14.590Z","etag":null,"topics":["clean-architecture","domain-driven-design","java","object-oriented-programming","rest-api","spring-boot"],"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/khantwaikyaw.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T19:00:16.000Z","updated_at":"2024-11-26T10:55:32.000Z","dependencies_parsed_at":"2024-11-26T11:41:58.844Z","dependency_job_id":null,"html_url":"https://github.com/khantwaikyaw/spring-boot-rest","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.06666666666666665,"last_synced_commit":"be0d69c3961434b16fdfeff7126c2d128fc88fd9"},"previous_names":["khantwaikyaw/marvel","khantwaikyaw/spring-boot-rest"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khantwaikyaw%2Fspring-boot-rest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khantwaikyaw%2Fspring-boot-rest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khantwaikyaw%2Fspring-boot-rest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khantwaikyaw%2Fspring-boot-rest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khantwaikyaw","download_url":"https://codeload.github.com/khantwaikyaw/spring-boot-rest/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228415594,"owners_count":17916188,"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":["clean-architecture","domain-driven-design","java","object-oriented-programming","rest-api","spring-boot"],"created_at":"2024-10-15T17:06:59.625Z","updated_at":"2025-08-01T23:32:02.167Z","avatar_url":"https://github.com/khantwaikyaw.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring-Boot REST API\n\n### Clean Architecture - DDD\n\n### Documentation\n\n#### http status codes for REST API - Success Responses\n\n```text\n- CREATE - 201  CREATED\n- READ -   200  OK\n- UPDATE - 200  OK\n- DELETE - 204  NO_CONTENT\n```\n\nView dependencies and configuration in the `build.gradle` file.\n\n- Lombok\n- H2 Database\n- JpaRepository\n- Hibernate\n\nEnvironment variables are set in `applicaion.properties` file. H2, In-Memory Database is also configured by default.\n\n### Running Application and Database\n\n```bash\n/gradlew build\n```\n\n```bash\n/gradlew bootRun\n```\n\nDefault API URL\n\n```text\nhttp://localhost:8080/api/v1/categories\n```\n\nDefault H2 Database console\n\n```text\nhttp://localhost:8080/api/v1/h2\n```\n\nDefault database credentials\n\n- JDBC URL - jdbc:h2:mem:devdb\n- username - root\n- password -\n\n### Roadmaps\n\n- Exception Handling with specific error codes\n- Data Validation\n- Mutable and Immutable Models\n- Mutable and Immutable Services\n- Relationships\n- Swagger Documentation\n- Environment Variables\n- Security\n- Docker\n- Unit Testing\n- Integration Testing\n\n*Credit for the OOP - Mutable and Immutable Concepts goes to [`Ko Aung Thu Moe`](), my senior and former director.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhantwaikyaw%2Fspring-boot-rest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhantwaikyaw%2Fspring-boot-rest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhantwaikyaw%2Fspring-boot-rest/lists"}