Skip to content

mustadev/telemed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TeleMed

Visit your Doctor ONLINE.

Developed With:

  • Spring boot
  • Angular

Deploy with:

  • Docker

FEATURES

  1. VIDEO CALL between a Doctor and a Patient.
  2. SEARCH for Doctor based on there name, Clinic name, there Location
  3. Make an Appointment.
  4. Rate and Write a Review about a Doctor.
  5. Upload Profile Image and Clinic Images.
  6. Clinic Location on Google Map.

Build Telemed

Build Java Package

cd telemed
mvn -Dmaven-test-skip package

Build Docker

docker build -t telemed .

Run Docker

docker-compose up

Navigate to TeleMed here Navigate to Rest Docs here