healthcareApp_server using Spring boot
Server Repo: https://github.com/vnkdj5/HealthcareApp_Server.git
Front End repo: https://github.com/vnkdj5/HealthcareApp_UI.git
Notes for Database:
- Create Database with name "healthcare_db"
- date mysql credentials in resources/application.properties file
- Start Mysql server
- Start Server using "mvn spring-boot:run" OR USING ANY IDE
- For front end: Install all dependencies using "npm install" and start server using "ng serve".