This project consists of a backend and a frontend. The backend has two endpoints for patients. The frontend displays all patients and a detailed view for each patient.
- Clone the repo
git clone <repository-url>
- Start backend server
Check the readme on how to start the backend here Backend
- Start the frontend
Check the readme on how to start the frontend here Frontend