{"id":26418566,"url":"https://github.com/adudko/spring-boot-with-mongodb-in-action","last_synced_at":"2026-04-20T10:05:39.009Z","repository":{"id":282757956,"uuid":"946253873","full_name":"aDudko/spring-boot-with-mongodb-in-action","owner":"aDudko","description":"Example of implementing CRUD operations for MongoDB in Spring Boot applications","archived":false,"fork":false,"pushed_at":"2025-03-16T18:32:59.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T19:41:24.718Z","etag":null,"topics":["crud-operations","docker-compose-infra","docker-images","example-app","mongo-database","open-api","restful-api","spring-boot","spring-cloud"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/anatolydudko/spring-boot-with-mongodb-in-action","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/aDudko.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-10T21:17:28.000Z","updated_at":"2025-03-16T18:33:02.000Z","dependencies_parsed_at":"2025-03-16T19:41:49.676Z","dependency_job_id":"16e7f2b3-8aaf-48fe-9f00-0f574ea326ee","html_url":"https://github.com/aDudko/spring-boot-with-mongodb-in-action","commit_stats":null,"previous_names":["adudko/spring-boot-with-mongodb-in-action"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fspring-boot-with-mongodb-in-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fspring-boot-with-mongodb-in-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fspring-boot-with-mongodb-in-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aDudko%2Fspring-boot-with-mongodb-in-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aDudko","download_url":"https://codeload.github.com/aDudko/spring-boot-with-mongodb-in-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141576,"owners_count":20404835,"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":["crud-operations","docker-compose-infra","docker-images","example-app","mongo-database","open-api","restful-api","spring-boot","spring-cloud"],"created_at":"2025-03-18T01:48:39.267Z","updated_at":"2026-04-20T10:05:38.970Z","avatar_url":"https://github.com/aDudko.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot with MongoDB in Action\n\n**Example of implementing CRUD operations for MongoDB in Spring Boot applications**\n\n## Overview\n\nThe application is designed as an internal microservice with no public access to it and no user interface.\n\n[API documentation](http://localhost:8080/swagger-ui/index.html#/) will be available once the application is started\n\n## Technologies\n\n- `Java` - version `21`\n- `Maven` - for building the application\n- `Spring Boot` - version `3.4.3`\n- `Spring Cloud` - version `2023.0.3`\n- `Spring Boot Actuator` - it's for real-world applications\n- `Spring Boot Maven Plugin` - for create Docker-Image\n- `Docker` - containerization\n- `Docker-Compose` - infrastructure\n- `MongoDB` - NoSQL database\n\n## Structure of the project\n\n```\nspring-boot-with-mongodb-in-action/\n├── src/main/\n|   ├── java/com/dudko/example/\n|   |   ├── controller/             # domain level of requests and controllers\n|   |   ├── domain/                 # persistent domain level and repositories\n|   |   ├── model/                  # service level of the domain, used in business logic\n|   |   ├── service/                # business logic\n|   ├── resources/                  # configs\n├── compose.yml                     # docker-compose file\n├── pom.xml                         # artifact of Maven\n├── postman_collection.json         # collection of requests for Postman\n```\n\n## How to try this project?\n\n```sh\ndocker-compose -f compose.yml up\n```\n\n### Author:\n\nAnatoly Dudko","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadudko%2Fspring-boot-with-mongodb-in-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadudko%2Fspring-boot-with-mongodb-in-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadudko%2Fspring-boot-with-mongodb-in-action/lists"}