{"id":19860953,"url":"https://github.com/cyjay96/checkrunner","last_synced_at":"2026-04-12T15:03:14.500Z","repository":{"id":147969033,"uuid":"577733728","full_name":"CyJay96/CheckRunner","owner":"CyJay96","description":null,"archived":false,"fork":false,"pushed_at":"2023-04-30T19:33:28.000Z","size":317,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T00:12:49.018Z","etag":null,"topics":["aop","converter","docker","docker-compose","gradle","h2","hibernate","java","junit5","lfu-cache","liquibase","lombok","lru-cache","mockito","postgresql","rest-api","spring","spring-boot","spring-jpa"],"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":"2022-12-13T12:03:32.000Z","updated_at":"2023-03-20T21:25:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"838b2420-2b9d-4e08-9442-1386581157ae","html_url":"https://github.com/CyJay96/CheckRunner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CyJay96/CheckRunner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2FCheckRunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2FCheckRunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2FCheckRunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2FCheckRunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyJay96","download_url":"https://codeload.github.com/CyJay96/CheckRunner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyJay96%2FCheckRunner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285995575,"owners_count":27267570,"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-23T02:00:06.149Z","response_time":135,"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":["aop","converter","docker","docker-compose","gradle","h2","hibernate","java","junit5","lfu-cache","liquibase","lombok","lru-cache","mockito","postgresql","rest-api","spring","spring-boot","spring-jpa"],"created_at":"2024-11-12T15:07:40.091Z","updated_at":"2025-11-23T18:04:39.243Z","avatar_url":"https://github.com/CyJay96.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## **CheckRunner API**\n\n### **Description**\n\nThis is an Application that implements the functionality of creating a receipt in the shop.\n\n### **The stack of technologies used**\n**API Technologies:**\n- SOLID\n- OOP\n- DI\n- REST\n\n**Backend technologies:**\n- Java 17\n- Spring Framework 3.0.0:\n  - Spring Boot Web\n  - Spring Boot Data JPA\n  - Spring Boot Validation\n  - Spring Boot Test\n- Lombok\n- MapStruct\n\n**Build Tool:**\n- Gradle 7.5\n\n**DataBase:**\n- PostgreSQL\n- H2\n- LiquiBase\n\n**Testing:**\n- Junit 5\n- Mockito\n\n**Containerization:**\n- Docker\n\n### **Get Started**\nRun CheckRunner Application\n\nDownload the latest version of CheckRunner Application from Docker Hub:\n\n    $ docker pull cyjay96/check-runner-api\n\nRun CheckRunner Application using Docker Compose:\n\n    $ docker-compose up\n\n### **Endpoints**\n\n**Receipts**\n\n| **HTTP METHOD** |            **ENDPOINT**            |       **DECRIPTION**       |\n|:---------------:|:----------------------------------:|:--------------------------:|\n|    **POST**     |         `/api/v0/receipt`          |     Create new Receipt     |\n|     **GET**     |         `/api/v0/receipt`          |      Get all Receipts      |\n|     **GET**     |       `/api/v0/receipt/{id}`       |     Get Receipt by ID      |\n|     **PUT**     |       `/api/v0/receipt/{id}`       |    Update Receipt by ID    |\n|   **DELETE**    |       `/api/v0/receipt/{id}`       |    Delete Receipt by ID    |\n|     **GET**     | `/api/v0/receipt/createfile/{id} ` | Save Receipt into the File |\n\n**Products**\n\n| **HTTP METHOD** |            **ENDPOINT**            |    **DECRIPTION**    |\n|:---------------:|:----------------------------------:|:--------------------:|\n|    **POST**     |         `/api/v0/product`          |  Create new Product  |\n|     **GET**     |         `/api/v0/product`          |   Get all Products   |\n|     **GET**     |       `/api/v0/product/{id}`       |  Get Product by ID   |\n|     **PUT**     |       `/api/v0/product/{id}`       | Update Product by ID |\n|   **DELETE**    |       `/api/v0/product/{id}`       | Delete Product by ID |\n\n**Discount Cards**\n\n| **HTTP METHOD** |        **ENDPOINT**         |       **DECRIPTION**        |\n|:---------------:|:---------------------------:|:---------------------------:|\n|    **POST**     |   `/api/v0/discountcard`    |  Create new Discount Card   |\n|     **GET**     |   `/api/v0/discountcard`    |   Get all Discount Cards    |\n|     **GET**     | `/api/v0/discountcard/{id}` |   Get Discount Card by ID   |\n|     **PUT**     | `/api/v0/discountcard/{id}` | Update Discount Card by ID  |\n|   **DELETE**    | `/api/v0/discountcard/{id}` | Delete Discount Card by ID  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyjay96%2Fcheckrunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyjay96%2Fcheckrunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyjay96%2Fcheckrunner/lists"}