In this post, we would like to suggest a free open-source project that is the Spring Petclinic Project developed using Spring Boot and Angular for learning purposes. So go ahead, check out the source code, and have a hands-on experience on real-time project.
There are two projects and source code available on GitHub:
- spring-petclinic-rest - This backend version of the Spring Petclinic application only provides a REST API.
- spring-petclinic-angular - This is a client that consumes REST APIs exposed in spring-petclinic-rest project.
Spring Boot Angular Petclinic Project
This is open-source project and the source code of this project was hosted on GitHub.
There are two projects:
spring-petclinic-rest - This backend version of the Spring Petclinic application only provides a REST API.
spring-petclinic-angular - This is a client that consumes REST APIs exposed in spring-petclinic-rest project.
Refer readme.md file of respective projects for installation and deployment locally.
GitHub repositories:
Comments
Post a Comment