mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
A Mirror of Spring's PetClinic
.mvn/wrapper | ||
src/main | ||
.editorconfig | ||
.gitignore | ||
.springBeans | ||
.travis.yml | ||
docker-compose.yml | ||
kill.sh | ||
mvnw | ||
mvnw.cmd | ||
pom.xml | ||
readme.md | ||
run.sh | ||
sonar-project.properties | ||
update.sh |
GlowTouch KidClinic (built on Spring)
Running Kidclinic locally
git clone https://github.com/sasankglowtouch/kidclinic.git
cd kidclinic
./mvnw spring-boot:run
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
- Adding new parents and children
- View current list of doctors and their specialities
- 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 |