diff --git a/readme.md b/readme.md index 56f48242f..c2b5072b1 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,13 @@ # GlowTouch KidClinic (built on Spring) ## Running Kidclinic locally -``` +```bash git clone https://github.com/sasankglowtouch/kidclinic.git cd kidclinic ./mvnw spring-boot:run ``` -You can then access kidclinic here: http://localhost:8080/ +You can then access KidClinic here: http://localhost:8080/ ## The Purpose of KidClinic The purpose of KidClinic is to simulate the building of an enterprise application using Java and Spring. Being built off of Spring's PetClinic, KidClinic is used to understand the process of building an app in order to gain knowledge and make future development more efficient and successful. @@ -24,3 +24,13 @@ The purpose of KidClinic is to simulate the building of an enterprise applicatio | Google Map API Integration | Research | Long Term | | Updated child's information | Research | Immediate | | Calendar Scheduliing | Research | Long Term | + +## Contact +If you are interested in the development of this app, you can contact any of the developers. You can reach us at + +| Name | Email | +| :--- | :---- | +| Emily Liu | emily.liu@glowtouch.com | +| Austin Mills | austin.mills@glowtouch.com | +| Daniel Ryan | daniel.ryan@glowtouch.com | +| Sasank Vishnubhatla | sasank.vishnubhatla@glowtouch.com |