This is a Next.js project bootstrapped with create-next-app.
First, set up the environment variables:
- Copy the
.env.examplefile to.env.local - Replace the Clerk placeholder values with your actual Clerk API keys
Then, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project uses Clerk for authentication. Clerk provides:
- Secure authentication with OAuth providers and email/password
- Automated token refresh
- Route protection via middleware
- User management
Key authentication files:
src/middleware.ts- protects routessrc/layouts/PrivateLayout.tsx- ensures users are authenticated to access private routessrc/contexts/auth/AuthContext.tsx- provides user data to componentssrc/app/auth/sign-in/page.tsxandsrc/app/auth/sign-up/page.tsx- authentication UI
Patient authentication uses a separate flow and is not handled by Clerk.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.