Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Saeedinum/caredent

Repository files navigation

CareDent

CareDent is a modern dental care platform that connects patients with dental students for affordable, high-quality dental services under professional supervision. The platform empowers students with hands-on experience and helps communities access essential dental care.

Features

  • Patient & Student Roles: Sign up as a patient or a dental student.
  • Appointment Booking: Patients can book appointments for various dental services.
  • Student Scheduling: Dental students can manage their schedules and appointments.
  • Profile Management: Update personal information and view appointment history.
  • Secure Authentication: Modern login and signup flows with OTP verification.
  • Reviews & Ratings: Patients can review and rate their experience.
  • Responsive Design: Fully responsive and mobile-friendly UI.
  • SEO & Social Sharing: Open Graph and Twitter metadata for rich sharing.

Getting Started

1. Clone the Repository

git clone https://github.com/your-username/caredent.git
cd caredent

2. Install Dependencies

npm install
# or
yarn install
# or
pnpm install

3. Set Up Environment Variables

Create a .env.local file in the root directory and add the following:

NEXT_PUBLIC_API_URL=https://your-api-url.com
NEXT_PUBLIC_BASE_URL=http://localhost:3000

Adjust the URLs as needed for your environment.

4. Run the Development Server

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 in your browser to see the app.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published