Skip to content

kanzhygaly/mtool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTool

MTool is a Personal Task Management Tool.

It was developed as an example and has the following functionality:

  • Personal task management tool (task name, description, status, time added, time finished)
  • Adding/changing/deleting tasks
  • Mark tasks done

Technology stack:

Build an executable JAR

STEP 1

Run the application using

./mvnw spring-boot:run

STEP 2

Build the JAR file

./mvnw clean package

Run the JAR file

java -jar target/mtool-1.0.jar

Launch up H2 DB Console at

http://localhost:8080/h2

JDBC URL: jdbc:h2:~/mtool
User Name: sa
Password:

MTool Access URL

http://localhost:8080

About

Personal Task Management Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published