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.
-
Node > 20 version. You can use NVM to setup a node version manager
-
Package manager (pnpm)
-
Docker
-
Java > 22 version.
-
Maven cli
cd back
docker compose up --detach
mvn spring-boot:run
cd front
pnpm i
pnpm dev