An AI-powered career coach and resume analyzer application.
Install dependencies:
npm install
Set up environment variables:
.env.example
to .env
(if needed)Start the development server:
npm run dev
The ATS Analysis feature can work in two modes:
To use the live ATS analysis:
Make sure your .env
file contains:
GEMINI_API_KEY=your_gemini_api_key
ATS_SERVER_PORT=5000
NEXT_PUBLIC_ATS_SERVER_URL=http://localhost:5000
Start the ATS server in a separate terminal:
npm run ats-server
The server should start on port 5000 (or as specified in your env file)
If the server is not running, the application will automatically fall back to mock analysis.