A Mirror of Spring's PetClinic
Find a file
Sasank Vishnubhatla c972c64412 Update README.md
2017-06-15 08:43:25 -04:00
.mvn/wrapper fixed everything with running errors 2017-06-14 16:57:34 -04:00
src/main Removed all .DS_Store 2017-06-15 08:24:42 -04:00
.editorconfig fixed everything with running errors 2017-06-14 16:57:34 -04:00
.gitignore fixed everything with running errors 2017-06-14 16:57:34 -04:00
.springBeans fixed everything with running errors 2017-06-14 16:57:34 -04:00
.travis.yml fixed everything with running errors 2017-06-14 16:57:34 -04:00
docker-compose.yml fixed everything with running errors 2017-06-14 16:57:34 -04:00
kill.sh added kill script (kill.sh) 2017-06-01 13:01:31 +00:00
mvnw Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
mvnw.cmd Add Maven Wrapper with mvn -N io.takari:maven:wrapper 2016-01-31 12:41:36 +01:00
pom.xml fixed everything with running errors 2017-06-14 16:57:34 -04:00
readme.md Update README.md 2017-06-15 08:43:25 -04:00
run.sh added autorun file (run.sh) 2017-06-01 12:58:15 +00:00
sonar-project.properties fixed everything with running errors 2017-06-14 16:57:34 -04:00
update.sh fixed everything with running errors 2017-06-14 16:57:34 -04:00

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