An AI-powered task management system leveraging Golang, PostgreSQL, and Next.js to provide smart task organization, real-time updates, and AI-driven suggestions.
- π₯οΈ Backend: Golang (Gin, PostgreSQL, WebSockets)
- π¨ Frontend: Next.js, Tailwind CSS
- π€ AI Integration: OpenAI API for task suggestions
1οΈβ£ Install dependencies
go mod tidy2οΈβ£ Start the server
go run main.go1οΈβ£ Install dependencies
npm install2οΈβ£ Start the Next.js app
npm run devβ JWT-based authentication π β Real-time updates via WebSockets π β AI-powered task recommendations π€ β Fully responsive UI π¨ β Scalable cloud deployment βοΈ