⚠ Note: This repository has been archived and is no longer maintained.
This project was implemented in preparation for my internship as a Software Engineering Intern (Java) at Novia East Africa Ltd. back in 2022.
It is no longer in active use, and there are no current or future plans to contribute to or develop this repository further.
The code and history remain available for reference. Feel free to browse or fork, but please be aware that:
- Issues and pull requests are disabled
- No support or updates will be provided
Thanks for your interest!
This is a simple full-stack web app to create, track, organize, and set reminders for your daily tasks.
Associated and leveraged in the Project development:
- Java 11
- Spring Boot
- Maven
- PostgreSQL
- IntelliJ IDEA (Ultimate)
- Postman
After cloning the project, generate sources and update folders with Maven in your preferred IDE.
This project's backend follows a horizontal design structure consisting of 6 packages in the project base package: com.example.tasktracker
- api
- controller
- dao
- datasource
- model
- service
Find the frontend implementation for this project in the resources directory in src.main
- static/
- templates/ (Vue.js embedded in HTML)