This repository houses a test application aimed at demonstrating microservices and their interactions within a doctor-patient appointment system.
A simple user interface displaying information about doctors and appointments.
A Python-based backend application that provides a list of available doctors.
A Python-based backend application managing and presenting a list of scheduled appointments.
The primary goal of this test app is to showcase the seamless integration and communication between microservices. It emphasizes the interplay of the frontend with the backend services.