Skip to content

A full-stack Trello clone built with Next.js and Go

Notifications You must be signed in to change notification settings

mochavin/FP-PBKK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trello Clone

A full-stack Trello clone built with Next.js and Go, featuring real-time collaboration and a modern UI.

image

Watch Demo Video

Features

  • 🔐 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

Tech Stack

Frontend

  • Next.js 14 (React)
  • TypeScript
  • Tailwind CSS
  • Radix UI
  • Shadcn UI Components

Backend

  • Go
  • Gin Web Framework
  • GORM
  • PostgreSQL
  • JWT Authentication

Getting Started

Prerequisites

  • Node.js 18+
  • Go 1.21+
  • PostgreSQL

Running the Frontend

cd frontend
npm install
npm run dev

Frontend will be available at http://localhost:3000

Running the Backend

cd backend
go mod download
go run main.go

Backend API will be available at http://localhost:8080

About

A full-stack Trello clone built with Next.js and Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •