Based on https://spring-petclinic.github.io/, but with Micronaut and React.
frontend
: React UI. Runyarn start
to start a webserver on port 3000.backend
: Micronaut REST API. Run the binary to starta webserver on port 8080.
Based on https://spring-petclinic.github.io/, but with Micronaut and React.
frontend
: React UI. Run yarn start
to start a webserver on port 3000.backend
: Micronaut REST API. Run the binary to starta webserver on port 8080.