The Ophthalmology Clinic Management System is a comprehensive software solution designed to streamline the operations of ophthalmology clinics. This system covers various aspects of clinic management, including patient records, appointments, billing, and inventory management. The backend is built using Node.js, ensuring a robust and scalable solution.
Patient Management: Manage patient records, history, and demographics. Appointment Scheduling: Efficiently schedule, reschedule, and cancel appointments. Billing and Invoicing: Generate invoices, process payments, and manage insurance claims.
Node.js (v14.x or later)
npm (v6.x or later)
MongoDB (v4.x or later)
npm install
Create a .env file in the root directory and add the following:
.env
PORT=Your_port
DB_URI=mongodb:YOUR_DB_LINK
JWT_SECRET=your_jwt_secret
nodemon app.js