https://github.com/parothia/todoapp
todoApp built Trainee
https://github.com/parothia/todoapp
Last synced: 10 months ago
JSON representation
todoApp built Trainee
- Host: GitHub
- URL: https://github.com/parothia/todoapp
- Owner: parothia
- Created: 2021-09-06T17:37:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T04:00:12.000Z (over 4 years ago)
- Last Synced: 2025-05-14T16:17:28.726Z (10 months ago)
- Language: Java
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Go to spring Initializer and chose the project as Gradle Project, Language as Java, and 2.5.4 as springboot version
and add dependencies for thymeleaf, springweb and lombok.
We have 3 layers for our project, Controller, Service and Repository(dao) for interaction with database
Index page contains 2 buttons one for projects and other one is tasks.
Tasks will show all tasks with update and delete corresponding to respective task.
Projects will show all the projects with view project, create task, delete project and Export project Summary as gist file.
On clicking create tasks will redirect to page for creating task.
On Clicking view projects will redirect to view tasks of clicked project.