https://github.com/cuba-platform/cuba-petclinic-react
https://github.com/cuba-platform/cuba-petclinic-react
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cuba-platform/cuba-petclinic-react
- Owner: cuba-platform
- License: apache-2.0
- Created: 2019-12-23T07:14:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T14:38:39.000Z (about 3 years ago)
- Last Synced: 2025-04-08T07:19:14.446Z (over 1 year ago)
- Language: TypeScript
- Size: 6.5 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CUBA Petclinic
CUBA Petclinic is a CUBA platform example application dealing with the domain of a petclinic. It is based on the commonly known [Spring Petclinic](https://github.com/spring-projects/spring-petclinic) example.
The CUBA Petclinic application deals with the domain of a Pet clinic and the associated business workflows to manage a pet clinic.
### React UI

React UI is placed in `modules/front`
## Domain Model

## Starting the Application
Use `CUBA Application` run task in CUBA Studio.
React UI will be available at http://localhost:8080/petclinic-front
Generic UI will be available at http://localhost:8080/petclinic
### Staring React UI Dev Server
Navigate to `modules/front` and run `npm start` command. The dev server will be available at http://localhost:3000