Node.js version 18.17 or higher is required to run this application.
git clone https://github.com/ahmedmayara/e-health-appointment-booking-app.git
npm install
DATABASE_URL=
AUTH_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
RESEND_API_KEY=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
npx prisma generate
npx prisma db push
npm run dev
Command | Description |
---|---|
npm run dev |
Runs the development server on localhost:3000 . |