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.
- 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.
git clone https://github.com/your-username/caredent.git
cd caredent
npm install
# or
yarn install
# or
pnpm install
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.
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 in your browser to see the app.