Updated README.md

This commit is contained in:
sasankglowtouch 2017-06-15 08:52:00 -04:00 committed by GitHub
parent 3ab990ce3d
commit 73742201c3

View file

@ -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 |