A Hospital Management (Patients and Clinics) System Backend
This is the backend part of an application built using Spring Boot and designed to manage clinics and patients within a hospital. It supports CRUD operations for both clinics and patients, and it provides authentication using JWT (JSON Web Tokens) to secure access to the APIs.
Technologies Used
- Backend Framework: Spring Boot
- Database: PostgreSQL
- Authentication: JWT (JSON Web Tokens)
Testing of the API endpoints was done using Postman.