The PH HealthCare System is a comprehensive web application designed to facilitate seamless communication and interaction between patients, doctors, and administrators.
Leveraging modern technologies the system ensures efficient management of appointments, patient records, prescriptions, and user roles.
This repository contains the backend codebase responsible for handling server-side logic, database management, and communication between different system components.
- Clone this repository:
git clone <repository_url>
- Install dependencies:
npm install
- Set up the environment variables by creating a
.env
file and filling in the required variables based on the provided.env.example
file. - Run the database migrations:
npx prisma migrate dev
- Run the Command:
npm run seed
- Start the server:
npm run dev