A full-stack Trello clone built with Next.js and Go, featuring real-time collaboration and a modern UI.
- 🔐 Authentication with JWT
- 📋 Create and manage boards
- 📝 Create, edit and delete lists
- 🎯 Add and manage cards within lists
- 🎨 Modern and responsive UI with Tailwind CSS
- 🔄 Real-time updates
- 🚀 Fast and efficient API with Go
- Next.js 14 (React)
- TypeScript
- Tailwind CSS
- Radix UI
- Shadcn UI Components
- Go
- Gin Web Framework
- GORM
- PostgreSQL
- JWT Authentication
- Node.js 18+
- Go 1.21+
- PostgreSQL
cd frontend
npm install
npm run devFrontend will be available at http://localhost:3000
cd backend
go mod download
go run main.goBackend API will be available at http://localhost:8080
