A full-stack note-sharing platform. Clone the repos, wire up your environment, and start shipping. Everything you need is right here.
Next.js 14 · TypeScript · Tailwind CSS · Shadcn UI
Clone & Install
git clone https://github.com/iktushar01/Acadex-client.git
cd Acadex-client
npm install
npm run dev Create .env.local
Run Dev Server
npm run devApp running at http://localhost:3000
Express.js · Prisma · PostgreSQL (Neon) · Better Auth
Clone, Install & Generate Prisma Client
git clone https://github.com/iktushar01/Acadex-server.git
cd Acadex-server
npm install
npx prisma generate
npx prisma db push
npm run dev Configure .env— expand each group to copy
Start the Server
npm run devAPI available at http://localhost:5000/api/v1
Frontend
http://localhost:3000Backend
http://localhost:5000API Base
/api/v1