A real-time task management web application built with the MERN stack.
- Frontend: React 18 + Vite + Tailwind CSS
- Backend: Node.js + Express.js
- Database: MongoDB + Mongoose
- Real-time: Socket.io
- Auth: JWT + bcryptjs
cd server
npm install
npm run devcd client
npm install
npm run devCopy server/.env.example to server/.env and fill in your values.