Skip to content

xkhaliil/Tbib.tn

Repository files navigation

E-health Appointment Booking Application

Prerequisites

Node.js version 18.17 or higher is required to run this application.

Getting Started

First, clone the repository:

git clone https://github.com/ahmedmayara/e-health-appointment-booking-app.git

Then, install the dependencies:

npm install

Set up your environment variables:

DATABASE_URL=
AUTH_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
RESEND_API_KEY=
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=

Set up Prisma:

npx prisma generate
npx prisma db push

Finally, run the development server:

npm run dev

Available Commands

Command Description
npm run dev Runs the development server on localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages