Skip to content

alevidals/Trello-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trello Clone

Welcome to this project, this is a Trello clone (just the basics) created to improve on Next.JS and Spring.

As I mentioned the backend is created using Spring and the frontend using Next.JS.


Table of contents

To start

Prerequisites

  • Node > 20 version. You can use NVM to setup a node version manager

  • Package manager (pnpm)

  • Docker

  • Java > 22 version.

  • Maven cli

Installation and start

Back

cd back
docker compose up --detach
mvn spring-boot:run

Front

cd front
pnpm i
pnpm dev

About

A Trello Clone made with React and Java Spring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages