Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 514 Bytes

HealthcareApp_Server

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:

  1. Create Database with name "healthcare_db"
  2. date mysql credentials in resources/application.properties file
  3. Start Mysql server
  4. Start Server using "mvn spring-boot:run" OR USING ANY IDE
  5. For front end: Install all dependencies using "npm install" and start server using "ng serve".