Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yildizmy/pet-clinic

Full stack web app with React and Spring Boot used for monitoring and managing vet and pet data
https://github.com/yildizmy/pet-clinic

clinic docker flyway fullstack hibernate java javascript jpa maven pet postgresql react reactjs rest-api spring-boot spring-data-jpa spring-mvc spring-security swagger veterinary

Last synced: about 2 hours ago
JSON representation

Full stack web app with React and Spring Boot used for monitoring and managing vet and pet data

Awesome Lists containing this project

README

        

## Pet Clinic
Full stack web app with React, Spring Boot, Spring Security, Spring Data JPA, Hibernate, PostgreSQL, etc. Used for monitoring and managing vet and pet data.


### Description
This application allows users to register and login to the system using their credentials. Users can add any amount of their pets
by providing name and type data.

Application users can also edit/delete their pets and own first/last name attributes. There is an Admin type user who has the full observation regarding Users and their pets.
Admin user has also a statistic page with data regarding how many selected types of pets the clinic has registered, access to user’s data and have ability to change any user
attribute, except username.


### Domain Model

The information about the entities is given on [Entity Relationship Diagram](backend/src/main/resources/docs/er_diagram.md) section.


### Getting Started

In order to run and test the application, see details on [How to run?](backend/src/main/resources/docs/how_to_run.md) and [How to test?](backend/src/main/resources/docs/how_to_test.md) sections.


### Dependencies

* Spring Boot
* Spring Web
* Spring Security
* Spring Data JPA
* Lombok
* MapStruct
* PostgreSQL
* Flyway
* React
* Node.js
* Material UI


### Documentation
[Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/)

[Spring Security](https://docs.spring.io/spring-security/reference/index.html)

[Spring Data JPA](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/)

[springdoc-openapi v2](https://springdoc.org/v2/)

[MapStruct](https://mapstruct.org/)

[JUnit 5](https://junit.org/junit5/docs/snapshot/user-guide/)

[Entity Relationship Diagram (ERD)](https://www.lucidchart.com/pages/er-diagrams)

[Material UI](https://mui.com/)

[Notistack](https://notistack.com/features/basic)


### Version History

* v1.0.0 Initial Release