Skip to content

krscons1/TrackF

Repository files navigation

TrackFlow - Real-Time Project & Task Tracking Dashboard

A modern, full-stack project and task management application built with Next.js, MongoDB, and JWT authentication.

🚀 Quick Start

Prerequisites

  • Node.js 18+
  • MongoDB database (MongoDB Atlas recommended)
  • npm or yarn

Installation Steps

  1. Clone and Install
    git clone <repository-url>
    cd trackflow-nextjs
    npm install
    
    

Database - Replace with your MongoDB connection string

MONGODB_URI=mongodb+srv://tracker:McJ1CEgYZgdGxPkA@cluster0.orsevgh.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0

JWT Secret - Generate a secure random string (at least 32 characters)

JWT_SECRET="386b29366cc884bcb88269f5bbf4520680d27e1a57b91b742c291fa0cde923c6"

Next.js Configuration

NEXTAUTH_URL=http://localhost:3000 NEXTAUTH_SECRET=your_nextauth_secret_here

App Settings

NODE_ENV=development

SMTP_HOST="smtp.example.com" SMTP_PORT="587" SMTP_SECURE="false" SMTP_USER="adiyaan126@gmail.com" SMTP_PASS="imgnjbscqomutsky"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •