Uber Santé a walk-in clinics hassle free project is a system that will be used by patients and clinic personals.
Make sure all dependencies have been installed before moving on:
The recommended directory structure for the project looks like:
S0EN344-Team17/ # → Root folder for the project
├── client/ # → Client folder where AngularCLI reside
└── server/ # → Server folder where Java with SpringBoot reside
- Clone the project:
$ git clone https://github.com/eyitsKevin/SOEN344-Team17.git
cd
to the project's root foldercd server
to the project's server folder- Run
mvn clean install
to execute 2 different lifecycle phases, to which plugin execution is done through pom.xml file cd ..
followed bycd client
to project's client foldernpm install
to install node modules
Inside server/
run mvn spring-boot:run
Server application is now available at http://localhost:8080
Inside client/
run npm start
Client application is now available at http://localhost:4200
- Java with Spring Boot
- Angular7
- Maven
- MySQL
- Zhen Yee (40028478) - Zhen-yee
- Michael Tang (40028150) - TangMichael
- Kevin Luu (40037514) - eyitsKevin
- Tristan Vu (40028927) - phistanx
- Wu Wen Tang (40028075) - wuwentang
- Tamar Merdkhanian (40030718) - TMerdkh
- Mathew Jackson (27709315) - MatJackson