Skip to content

antoinechampion/eisenhower-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Eisenhower Matrix Web App

This is an open-source web application to create and manage Eisenhower matrices, also known as Priority matrices or Important-Urgent matrices. See it live on eisenhowermatrix.net.

Powered by Spring Boot and Web Components.

Matrix board Tasks memo editor

Prerequisites

Environment variables

  • JDBC_URL: Database JDBC url for your SQL Server instance
  • DATABASE_USER: Database user
  • DATABASE_PASSWORD: Database password
  • JWT_SIGNING_KEY: Secret key for signing your JWTs

How to run

Local

mvn compile
mvn spring-boot:run

Docker image

mvn package
docker run rg.fr-par.scw.cloud/achampion/eisenhower-server:latest