mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Updated README.md
This commit is contained in:
parent
3ab990ce3d
commit
73742201c3
1 changed files with 12 additions and 2 deletions
14
readme.md
14
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 |
|
||||
|
|
Loading…
Reference in a new issue