Skip to content

ssh-pereira/board

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, set up the environment variables:

  1. Copy the .env.example file to .env.local
  2. 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 dev

Open http://localhost:3000 with your browser to see the result.

Authentication

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 routes
  • src/layouts/PrivateLayout.tsx - ensures users are authenticated to access private routes
  • src/contexts/auth/AuthContext.tsx - provides user data to components
  • src/app/auth/sign-in/page.tsx and src/app/auth/sign-up/page.tsx - authentication UI

Patient authentication uses a separate flow and is not handled by Clerk.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages