A modern, full-stack project and task management application built with Next.js, MongoDB, and JWT authentication.
- Node.js 18+
- MongoDB database (MongoDB Atlas recommended)
- npm or yarn
- Clone and Install
git clone <repository-url> cd trackflow-nextjs npm install
MONGODB_URI=mongodb+srv://tracker:McJ1CEgYZgdGxPkA@cluster0.orsevgh.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0
JWT_SECRET="386b29366cc884bcb88269f5bbf4520680d27e1a57b91b742c291fa0cde923c6"
NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET=your_nextauth_secret_here
NODE_ENV=development
SMTP_HOST="smtp.example.com" SMTP_PORT="587" SMTP_SECURE="false" SMTP_USER="adiyaan126@gmail.com" SMTP_PASS="imgnjbscqomutsky"