CareSphere – Advanced Patient Management System
CareSphere is a full-stack application designed to manage patient records efficiently. The project consists of two main parts:
Backend: Built with Node.js, Express, and MongoDB. It provides RESTful API endpoints for creating and retrieving patient records. The backend also includes middleware for error handling and CORS support.
Frontend: A simple, responsive interface built with HTML, CSS, and JavaScript. It allows users to add new patients and view existing records in real time.
Features Add New Patient: Submit patient details such as name, age, and diagnosis.
Patient Records: Display a list of patients with the latest records appearing first.
API Integration: Uses a RESTful API to interact with the MongoDB database.