{"id":20196196,"url":"https://github.com/shaikrasheed99/springboot-user-crud","last_synced_at":"2026-04-05T22:32:09.744Z","repository":{"id":38828399,"uuid":"506734906","full_name":"shaikrasheed99/springboot-user-crud","owner":"shaikrasheed99","description":"CRUD implementation of Users using Spring Boot. ","archived":false,"fork":false,"pushed_at":"2022-11-08T17:41:23.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T08:58:17.209Z","etag":null,"topics":["flyway-migrations","flyway-postgresql","java","postgresql","rest-api","spring","spring-boot","user-management"],"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/shaikrasheed99.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}},"created_at":"2022-06-23T17:37:59.000Z","updated_at":"2022-12-30T04:49:23.000Z","dependencies_parsed_at":"2023-01-22T04:35:41.309Z","dependency_job_id":null,"html_url":"https://github.com/shaikrasheed99/springboot-user-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaikrasheed99/springboot-user-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fspringboot-user-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fspringboot-user-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fspringboot-user-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fspringboot-user-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaikrasheed99","download_url":"https://codeload.github.com/shaikrasheed99/springboot-user-crud/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikrasheed99%2Fspringboot-user-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27374630,"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","status":"online","status_checked_at":"2025-11-30T02:00:05.582Z","response_time":55,"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":["flyway-migrations","flyway-postgresql","java","postgresql","rest-api","spring","spring-boot","user-management"],"created_at":"2024-11-14T04:22:24.752Z","updated_at":"2025-11-30T03:14:58.895Z","avatar_url":"https://github.com/shaikrasheed99.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot User CRUD TDD\n\n## Gradle based spring boot application which provide APIs to create, read, update and delete the users using test driven development.\n\n## Features of the Application\n    - Create user\n    - Read user\n    - Update user\n    - Delete user\n\n## APIs\n\n### Create a User\n\n* Request\n```\nPOST /users \nHost: localhost:3000\nContent-Type: application/json\n{\n    \"id\": 1,\n    \"name\": \"ironman\",\n    \"age\": 21,\n}\n```\n* Response\n```\n{\n    \"id\": 1,\n    \"name\": \"ironman\",\n    \"age\": 21,\n}\n```\n\n### Get User details by user id\n\n* Request\n```\nGET /users/{1}\nHost: localhost:3000\n```\n* Response\n```\n{\n    \"id\": 1,\n    \"name\": \"ironman\",\n    \"age\": 21,\n}\n```\n\n### Update User details\n\n* Request\n```\nPUT /users/{1}\nHost: localhost:3000\nContent-Type: application/json\n{\n    \"id\": 1,\n    \"name\": \"ironman\",\n    \"age\": 29,\n}\n```\n* Response\n```\n{\n    \"id\": 1,\n    \"name\": \"ironman\",\n    \"age\": 29,\n}\n```\n\n### Delete a User by user id\n\n* Request\n```\nDELETE /users/{1} \nHost: localhost:3000\n```\n* Response\n```\n{\n    \"id\": 1,\n    \"name\": \"ironman\",\n    \"age\": 21,\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikrasheed99%2Fspringboot-user-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaikrasheed99%2Fspringboot-user-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikrasheed99%2Fspringboot-user-crud/lists"}