Update README.md

This commit is contained in:
Sasank Vishnubhatla 2017-06-15 08:43:25 -04:00
parent bcd2635d67
commit c972c64412

View file

@ -1,9 +1,26 @@
# Spring KidClinic Sample Application # GlowTouch KidClinic (built on Spring)
## Running kidclinic locally ## Running Kidclinic locally
``` ```
git clone https://github.com/sasankglowtouch/kidclinic.git
cd kidclinic cd kidclinic
./mvnw spring-boot:run ./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.
## Current Features
- [x] Adding new parents and children
- [x] View current list of doctors and their specialities
- [x] Search through database of parents
## Upcoming Additions
| Addition | Stage of Development | Expected Development Time |
| -------- | -------------------- | ------------------------- |
| Login System | Research | Short Term |
| Google Map API Integration | Research | Long Term |
| Updated child's information | Research | Immediate |
| Calendar Scheduliing | Research | Long Term |