Welcome to the backend repository for PH HealthCare, a tutorial project developed as part of the "Level 2 Web Development Course" offered by Programming Hero.
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