A full-stack classroom platform for note sharing, live group chat, CR-led moderation, and an AI study assistant grounded in your class materials. Clone both repos, configure your environment, and run locally — or explore the live deployment.
Next.js 16 · React 19 · TypeScript · Tailwind CSS 4 · Shadcn UI
Clone & Install
git clone https://github.com/iktushar01/Acadex-client.git
cd Acadex-client
pnpm install
pnpm devRequires Node.js 20+. npm install works if you prefer npm over pnpm.
Create .env.local
Run Dev Server
pnpm devApp running at http://localhost:3000
Express 5 · Prisma 7 · PostgreSQL (Neon) · Better Auth · Pusher · pgvector
Clone, Install & Generate Prisma Client
git clone https://github.com/iktushar01/Acadex-server.git
cd Acadex-server
pnpm install
pnpm exec prisma generate
pnpm exec prisma db push
pnpm dev Configure .env— expand each group to copy
Start the Server
pnpm devAPI available at http://localhost:5000/api/v1
Local Frontend
http://localhost:3000Local Backend
http://localhost:5000API Base
/api/v1Live Frontend
acadex-client.vercel.appLive API
acadex-server.vercel.app/api/v1Key Features
Notes · Chat · AI · Tools/api/auth/token) for direct API access.DOCUMENTATION.md in each repo for full product and API details.