{"id":29113580,"url":"https://github.com/ruben-rdez/jsonplaceholder","last_synced_at":"2026-04-11T01:08:22.196Z","repository":{"id":301613744,"uuid":"1009764112","full_name":"ruben-rdez/jsonplaceholder","owner":"ruben-rdez","description":"A Spring Boot REST API that simulates the functionality of JSONPlaceholder service","archived":false,"fork":false,"pushed_at":"2025-06-27T19:06:53.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-27T20:21:17.198Z","etag":null,"topics":["docker","git","github","java","json","maven","springboot"],"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/ruben-rdez.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,"zenodo":null}},"created_at":"2025-06-27T17:09:46.000Z","updated_at":"2025-06-27T19:06:56.000Z","dependencies_parsed_at":"2025-06-27T20:21:19.197Z","dependency_job_id":"b9b1839e-b63b-471f-84c6-1a82acbe69f8","html_url":"https://github.com/ruben-rdez/jsonplaceholder","commit_stats":null,"previous_names":["ruben-rdez/jsonplaceholder"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ruben-rdez/jsonplaceholder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fjsonplaceholder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fjsonplaceholder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fjsonplaceholder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fjsonplaceholder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruben-rdez","download_url":"https://codeload.github.com/ruben-rdez/jsonplaceholder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruben-rdez%2Fjsonplaceholder/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262581319,"owners_count":23331911,"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":["docker","git","github","java","json","maven","springboot"],"created_at":"2025-06-29T11:05:40.425Z","updated_at":"2026-04-11T01:08:22.159Z","avatar_url":"https://github.com/ruben-rdez.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSONPlaceholder REST API\n\nThis project is a Spring Boot REST API that simulates the functionality of the popular JSONPlaceholder service. It provides endpoints for managing posts, mimicking a simple blogging platform.\n\n## Features\n- CRUD operations for posts (Create, Read, Update, Delete)\n- RESTful API design\n- Swagger/OpenAPI documentation\n- In-memory data storage \n\n## Technologies Used\n- Java\n- Spring Boot\n- Maven\n- Swagger (OpenAPI)\n\n## Getting Started\n\n### Prerequisites\n- Java 17 or higher\n- Maven\n\n### Running the Application\n\n1. Clone the repository:\n   ```sh\n   git clone \u003crepository-url\u003e\n   ```\n2. Navigate to the project directory:\n   ```sh\n   cd jsonplaceholder\n   ```\n3. Build and run the application:\n   ```sh\n   ./mvnw spring-boot:run\n   ```\n   Or on Windows:\n   ```sh\n   mvnw.cmd spring-boot:run\n   ```\n\nThe API will be available at `http://localhost:8080/posts`.\n\n### API Documentation\nSwagger UI is available at:\n```\nhttp://localhost:8080/swagger-ui/index.html\n```\n\n## Example Endpoints\n- `GET /posts` - List all posts\n- `GET /posts/{id}` - Get a post by ID\n- `POST /posts` - Create a new post\n- `PUT /posts/{id}` - Update a post\n- `DELETE /posts/{id}` - Delete a post\n\n## Project Structure\n- `controller/` - REST controllers\n- `service/` - Business logic\n- `model/` - Data models\n- `config/` - Configuration (e.g., Swagger)\n\n## License\nThis project is for educational and demonstration purposes only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fjsonplaceholder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruben-rdez%2Fjsonplaceholder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruben-rdez%2Fjsonplaceholder/lists"}