Skip to content

nissha29/Navigate-Roles

Repository files navigation

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

Environment Setup

Create a .env.local file in the root directory with the following variables:

# Database
DATABASE_URL="postgresql://user:password@localhost:5432/dbname"

# NextAuth
NEXTAUTH_SECRET="your-nextauth-secret-here"
NEXTAUTH_URL="http://localhost:3000"

# Google OAuth (for Google sign-in)
GOOGLE_CLIENT_ID="your-google-client-id"
GOOGLE_CLIENT_SECRET="your-google-client-secret"

# Gmail SMTP Configuration (for sending OTP emails)
# IMPORTANT: You MUST use a Gmail App Password, not your regular password!
GMAIL_USER="your-email@gmail.com"
GMAIL_APP_PASSWORD="your-16-character-app-password"

# Geoapify API (for location autocomplete)
# Get your API key from https://www.geoapify.com/get-started-with-maps-api
GEOAPIFY_API_KEY="your-geoapify-api-key"

Setting up Gmail App Password

To fix the "Username and Password not accepted" error, you need to use a Gmail App Password:

  1. Go to your Google Account
  2. Enable 2-Step Verification (if not already enabled)
  3. Go to App Passwords
  4. Select "Mail" as the app and "Other" as the device
  5. Enter a name (e.g., "Navigate Roles App")
  6. Click "Generate"
  7. Copy the 16-character password (it will look like: abcd efgh ijkl mnop)
  8. Remove all spaces and use it as GMAIL_APP_PASSWORD in your .env.local file
  9. Restart your development server

Note: If you're using your regular Gmail password instead of an App Password, authentication will fail with error code 535.

Getting Started

First, 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.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages