Daily Topic Tracker, a Java Spring Boot application with SQLite database.
Current version is 1.0.3.
Download the daily-topic-tracker.zip archive file to your computer. Extract its contents to an empty folder.
No installation required. It will work if Java is installed on your computer.
https://github.com/turkerozturk/springtopiccalendar/releases/download/1.0.3/daily-topic-tracker.zip
Simply double click on to LaunchDTT.exe if you are using Windows OS. And then click to the start button and wait a few seconds until it opens the application on the web browser.
Or if you want to run it manually;
Run with this console command; java -jar daily-topic-tracker.jar
Copy and paste the link below into your web browser: http://localhost:8080/
The video belongs to version 1.0.0 (Turkish. English subtitles are autogenerated)
You need to create one or more category-groups, categories, topics, and then you can add entries for the topics.
If you want to generate test data, open the file named application.properties in the same folder. Then change the text dummy.database.create=0 to dummy.database.create=1, save it and run the application. If a database exist already, inserting test data will not work for existing data security.
Whether the database is empty or contains test data, it will be created in the same folder by default with the name mydatabase.db.
Change these settings if you want:
spring.security.user.password={noop}admin
app.timezone=Europe/Istanbul
week.start.day=SUNDAY
server.port=8080
Project Page URL: https://github.com/turkerozturk/springtopiccalendar
License: GPL-3.0 license
Developer: Turker Ozturk
2025-07-07:
2025-06-05:
2025-05-07:
2025-04-03:
2025-04-07: