A full-stack blog application for the APDA Tech Committee.
- Node.js 22+
- npm
- Clone the repository
git clone <repository-url>
cd apdacommitteeblog- Install dependencies
# Frontend
cd frontend
npm install
# Backend
cd ../backend
npm installStart both frontend and backend:
npm run dev
- Frontend: Vue 3 + TypeScript + Vite + TailwindCSS
- Backend: Node.js + Express + TypeScript + Prisma