{"id":30802323,"url":"https://github.com/comru/spring-petclinic-react-admin","last_synced_at":"2025-09-05T21:50:23.952Z","repository":{"id":240492511,"uuid":"802765320","full_name":"comru/spring-petclinic-react-admin","owner":"comru","description":"React-Admin (with TypeScript) and Spring Boot version of the Spring Petclinic sample application","archived":false,"fork":false,"pushed_at":"2024-05-28T12:21:54.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-29T03:51:00.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/comru.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":"2024-05-19T07:55:57.000Z","updated_at":"2024-05-28T12:21:57.000Z","dependencies_parsed_at":"2024-05-19T09:41:35.472Z","dependency_job_id":"e52346f9-b344-486b-9f14-4b041b98cc80","html_url":"https://github.com/comru/spring-petclinic-react-admin","commit_stats":null,"previous_names":["comru/spring-petclinic-react-admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/comru/spring-petclinic-react-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comru%2Fspring-petclinic-react-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comru%2Fspring-petclinic-react-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comru%2Fspring-petclinic-react-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comru%2Fspring-petclinic-react-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comru","download_url":"https://codeload.github.com/comru/spring-petclinic-react-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comru%2Fspring-petclinic-react-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273827267,"owners_count":25175239,"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-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2025-09-05T21:50:12.855Z","updated_at":"2025-09-05T21:50:23.943Z","avatar_url":"https://github.com/comru.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring PetСlinic React Admin\n\nЭтот проект является демонстрацией реализации [Spring (Boot) PetClinic demo](https://github.com/spring-projects/spring-petclinic) с frontend на [React-Admin](https://marmelab.com/react-admin/) и\n[TypeScript](https://www.typescriptlang.org/) и разворачиванием приложения в [Yandex Cloud](https://yandex.cloud/ru/). Структура файла README будет сформирована по основным этапам разработки приложения. Каждый пункт оглавления будет сопровождаться ссылкой на комит и кратким описанием. Также, в ходе реализации проекта будут внесены некоторые изменения в базовую функциональность Spring PetClinic. PetClinic скорее взят за основу приложения для демо.\n\n## Оглавление\n* [Список используемых инструментов при разработке приложения](#список-используемых-инструментов-при-разработке-приложения)\n* [Создание проекта](#создание-проекта) [commit](https://github.com/comru/spring-petclinic-react-admin/commit/74fb6610c336fc4a3778aaad0f2ea0414cbe0149)\n* [Создание JPA модели](#создание-jpa-модели)\n* [Используемые технологии](#используемые-технологии)\n\n## Список используемых инструментов при разработке приложения\n* [Rancher Desktop](https://rancherdesktop.io/) для запуска команд `docker`, `docker-compose`\n* [Intellij IDEA Community](https://www.jetbrains.com/idea/download) и [Amplicode](https://amplicode.ru/documentation/installation-guide-intellij/) plugin для IntelliJ для написания backend\n* [Visual Studio Code](https://code.visualstudio.com/) и [Amplicode Fullstack](https://amplicode.ru/documentation/installation-guide-vs-code/) extension pack для VS Code для написания frontend\n\n## Создание проекта\nСоздадим проект с помощью [start.spring.io](https://start.spring.io/). Выберем следующие зависимости и настройки:\n* Java 21\n* Gradle (groovy)\n* Lombok\n* Spring Data JPA\n* PostgreSQL Driver\n* Validation\n* Spring Boot DevTools\n* Spring Web\n\nОткроем проект в IntelliJ IDEA Community c плагином Amplicode настроим `spring.datasource` в application.properties и создадим docker-compose файл с сервисом postgres. Запустим приложение, убедимся что приложение работает.\n\n## Создание JPA модели\n* Настройка JPA(Hibernate) свойств\n* Создание JPA модели\n* Создание Spring Data JPA repositories\n\n## Используемые технологии\n* Spring Boot\n* Java 21\n* Gradle (groovy)\n* Lombok\n* Spring Data JPA\n* PostgreSQL Driver\n* Validation\n* Spring Boot DevTools\n* Spring Web","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomru%2Fspring-petclinic-react-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomru%2Fspring-petclinic-react-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomru%2Fspring-petclinic-react-admin/lists"}