Axiom is a dynamic platform designed to help undergraduates and freshers prepare for interviews with personalized AI-generated tests, immersive interview simulations, and real-time feedback. Built on cutting-edge technologies like Next.js, Convex.dev, and LiveKit, Axiom offers a seamless, interactive experience to make interview preparation both effective and engaging.
Follow these steps to set up the project on your local machine.
git clone https://github.com/Architgarg2003/AXIOM/Switch to project directory:
cd AXIOM/Navigate to the project directory and run:
npm installVisit the required websites and get the required API Keys to fill in the .env:
cp .env.example .envStart the development server by running:
npx next dev --port 80