First, clone the repository and run the following command in your terminal
npm run dev
# or
yarn devwe are an AI powered mock interview platform where you can attend interviews and practise before your actual interviews and get feedback and score on your answers to improve yourself and ace your actual interview.
Frontend : React and Next.js for component creation, state management, and routing.
Backend : PostgreSQL as the database, connected using Drizzle ORM for efficient data handling.
Authentication : Clerk for user authentication and management.
AI Integration : Google's Gemini for generating custom interview questions and providing feedback and ratings, which are stored in the database.
Developed the entire application using React and Next.js, focusing on a user-friendly interface and smooth navigation.
Managed state and routing within the application using Next.js.
Designed and implemented the database schema in PostgreSQL, utilizing Drizzle ORM for data management.
Integrated Clerk for secure authentication and user management.
Implemented AI features using Google's Gemini to generate custom interview questions and feedback. Deployed the project on Vercel, ensuring efficient and reliable performance.

