Deployed in Render: https://springboot-render-zw3v.onrender.com/
Backend explainer video https://www.youtube.com/watch?v=70RosvxzChY
- Create: Create a new task by providing a title and a description.
- View: View all existing tasks.
- Details: View details of a specific task by its ID.
- Update: Update details of an existing task.
- Delete: Delete an existing task by its ID.
The application follows an MVC (Model-View-Controller) architecture model. Tasks are managed through controllers that interact with the task service and task repository to perform CRUD (Create, Read, Update, Delete) operations.
- This is the main screen of the application. It features two buttons to add tasks and two buttons to list tasks.
- This form is used to add new tasks. After adding a task, a success or error message is displayed.
-
This is the task list screen. It displays tasks in a table format, with options to delete or edit each task.
- This form is used to update existing tasks. It is shown if you click on the ID button. Additionally, tasks can be deleted from the list by clicking on the Delete button.
- Clone this repository to your local machine.
- Import the project into your preferred Java IDE.
- Run the application as a Spring Boot application.
- Access the application through your web browser at
http://localhost:8080
.
- Code Documentation: Here you can find detailed documentation of the project's source code.
- Report a Problem: If you encounter any issues or have suggestions for improvement, please report them here.
If you have any questions or need assistance with the project, feel free to contact me:
- LinkedIn: Vanina Godoy