{"id":19860940,"url":"https://github.com/cyjay96/spring-core","last_synced_at":"2026-04-10T13:32:21.590Z","repository":{"id":147938482,"uuid":"616672302","full_name":"CyJay96/spring-core","owner":"CyJay96","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-30T19:39:53.000Z","size":285,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T19:55:16.331Z","etag":null,"topics":["docker","gradle","java","junit5","liquibase","lombok","mapstruct","mockito","postgresql","rest","spring","testcontainers"],"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/CyJay96.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}},"created_at":"2023-03-20T21:09:01.000Z","updated_at":"2024-04-23T13:28:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"7eb50cad-99b1-43a2-9b3c-404597247972","html_url":"https://github.com/CyJay96/spring-core","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CyJay96/spring-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2Fspring-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2Fspring-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2Fspring-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2Fspring-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyJay96","download_url":"https://codeload.github.com/CyJay96/spring-core/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2Fspring-core/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31645284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker","gradle","java","junit5","liquibase","lombok","mapstruct","mockito","postgresql","rest","spring","testcontainers"],"created_at":"2024-11-12T15:07:37.709Z","updated_at":"2026-04-10T13:32:21.557Z","avatar_url":"https://github.com/CyJay96.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## **Gift Certificate API**\n\n### **The stack of technologies used**\n\n**API Technologies:**\n- SOLID\n- OOP\n- DI\n- REST\n\n**Backend technologies:**\n- Java 17\n- Spring Boot 3\n- Lombok\n- MapStruct\n\n**Build Tool:**\n- Gradle 7.5\n\n**DataBase:**\n- PostgreSQL\n- LiquiBase\n\n**Containerization:**\n- Docker\n\n**Testing:**\n- Junit 5\n- Mockito\n- Test Containers\n\n### **Endpoints**\n\n**Gift Certificate**\n\n| **HTTP METHOD** |                         **ENDPOINT**                          |            **DESCRIPTION**            |\n|:---------------:|:-------------------------------------------------------------:|:-------------------------------------:|\n|    **POST**     |                  `/api/v0/giftCertificates`                   |      Create new Gift Certificate      |\n|     **GET**     |                  `/api/v0/giftCertificates`                   |       Get all Gift Certificates       |\n|     **GET**     |              `/api/v0/giftCertificates/criteria`              | Get all Gift Certificates by criteria |\n|     **GET**     |                `/api/v0/giftCertificates/{id}`                |      Get Gift Certificate by ID       |\n|     **PUT**     |                `/api/v0/giftCertificates/{id}`                |     Update Gift Certificate by ID     |\n|    **PATCH**    |                `/api/v0/giftCertificates/{id}`                | Partial Update Gift Certificate by ID |\n|    **PATCH**    |  `/api/v0/giftCertificates/add/{giftCertificateId}/{tagId}`   |      Add Tag to Gift Certificate      |\n|    **PATCH**    | `/api/v0/giftCertificates/delete/{giftCertificateId}/{tagId}` |   Delete Tag from Gift Certificate    |\n|   **DELETE**    |                `/api/v0/giftCertificates/{id}`                |     Delete Gift Certificate by ID     |\n\n**Tag**\n\n| **HTTP METHOD** |    **ENDPOINT**     |      **DECRIPTION**      |\n|:---------------:|:-------------------:|:------------------------:|\n|    **POST**     |   `/api/v0/tags`    |      Create new Tag      |\n|     **GET**     |   `/api/v0/tags`    |       Get all Tags       |\n|     **GET**     | `/api/v0/tags/{id}` |      Get Tag by ID       |\n|     **PUT**     | `/api/v0/tags/{id}` |     Update Tag by ID     |\n|    **PATCH**    | `/api/v0/tags/{id}` | Partial Update Tag by ID |\n|   **DELETE**    | `/api/v0/tags/{id}` |     Delete Tag by ID     |\n\n**User**\n\n| **HTTP METHOD** |           **ENDPOINT**           |         **DESCRIPTION**          |\n|:---------------:|:--------------------------------:|:--------------------------------:|\n|     **GET**     |         `/api/v0/users`          |          Get all Users           |\n|     **GET**     |       `/api/v0/users/{id}`       |          Get User by ID          |\n|     **GET**     | `/api/v0/users/highestOrderCost` | Get User with highest order cost |\n\n**Order**\n\n| **HTTP METHOD** |                 **ENDPOINT**                  |      **DESCRIPTION**      |\n|:---------------:|:---------------------------------------------:|:-------------------------:|\n|    **POST**     | `/api/v0/orders/{userId}/{giftCertificateId}` |     Create new Order      |\n|     **GET**     |               `/api/v0/orders`                |      Get all Orders       |\n|     **GET**     |      `/api/v0/orders/byUserId/{userId}`       |   Get Orders by User ID   |\n|     **GET**     |             `/api/v0/orders/{id}`             |      Get Order by ID      |\n|     **GET**     |      `/api/v0/orders/{orderId}/{userId}`      | Get Order by ID \u0026 User ID |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyjay96%2Fspring-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyjay96%2Fspring-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyjay96%2Fspring-core/lists"}