AI interview prep platform with real-time Q&A, feedback via WebSockets, and detailed session reports.
- AI-generated interview questions based on job descriptions.
- Real-time Q&A and feedback using WebSockets.
- AI-powered answer evaluation with ratings and improvements.
- Detailed interview feedback reports on the dashboard.
- Install Docker
- Run
git clone https://github.com/SadanandMiskin/intervAI cd intervAIcd backend- In
backendfolder create.envfile using the existing.env.examplecontentsFIREWORKS_API_KEY= # Get from fireworks AI MONGODB=mongodb://localhost:27017 JWT_SECRET=your_jwt_secret # Change this (optional) GOOGLE_CLIENT_ID= # Get this from google console FRONTEND_URL=http://localhost:5173
- In the root folder of app
intervAI, Start the containers as:
docker-compose up
- frontend is running on
localhost:5173 - backend running on
localhost:3000 - Stop the containers:
docker-compose down




