RESTful API built with Spring Boot and MongoDB, focused on CRUD operations, document-oriented data modeling, DTO pattern, embedded documents, references, and advanced queries using Spring Data.
Stars
3
Forks
0
Watchers
3
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
19
commits
feat: implement advanced search with multiple criteria using MongoDB @Query
9c5ce4fView on GitHubfeat: implement custom @Query for case-insensitive title search in posts
96626baView on GitHubfeat: implement title search endpoint using query methods
7777886View on GitHubfeat: add CommentDTO, associate comments with posts, and update database seed
67ae791View on GitHubfeat: add posts reference to User with lazy DBRef mapping
3285e33View on GitHubrefactor(post): decouple Post from User by introducing AuthorDTO
47442ccView on GitHubfeat: add Post entity, repository, and database seed data with author association
e359fd1View on GitHubfeat: implement user update with DTO mapping and selective field update
13ce36fView on GitHubfeat: implement user deletion with existence validation and 404 handling
09e240eView on GitHubfeat: implement user creation endpoint with DTO mapping and location header
2f652c9View on GitHubfeat: implement findById endpoint and standardized error response for non-existent resources
be18a89View on GitHub