Skip to content

Task Manager app built as part of the roadmap.sh, featuring task creation, updating, deletion, and listing functionalities, with MySQL integration and adherence to best practices

Notifications You must be signed in to change notification settings

AntonioLavadoDev/task-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

📝 Task Manager App

📖 Description (English)

The Task Manager App is a basic CRUD (Create, Read, Update, Delete) application built using Spring Boot. It allows users to manage their tasks by creating, updating, listing, and deleting tasks from a MySQL database. This project provides a simple API to perform operations on tasks, offering the core functionalities expected in any task management system.

🚀 Features:

  • Create Task: Add new tasks with a title and description.
  • 📝 Update Task: Modify an existing task.
  • Delete Task: Remove a task from the system.
  • 📋 List Tasks: Retrieve a list of all tasks in the system.

🛠️ Technologies Used:

  • 🌱 Spring Boot: Framework used to build the application.
  • 🗄️ MySQL: Database used to store tasks.
  • Java: The programming language used for development.

🏁 Getting Started:

  1. Clone the repository:
    git clone https://github.com/yourusername/task-manager-app.git
    
    
    ---
    
    

📝 Aplicación de Gestión de Tareas

📖 Descripción

La Aplicación de Gestión de Tareas es una aplicación básica de CRUD (Crear, Leer, Actualizar, Eliminar) construida con Spring Boot. Permite a los usuarios gestionar sus tareas mediante la creación, actualización, listado y eliminación de tareas en una base de datos MySQL. Este proyecto proporciona una API simple para realizar operaciones sobre las tareas, ofreciendo las funcionalidades esenciales de un sistema de gestión de tareas.

🚀 Funcionalidades:

  • Crear Tarea: Añadir nuevas tareas con un título y descripción.
  • 📝 Actualizar Tarea: Modificar una tarea existente.
  • Eliminar Tarea: Eliminar una tarea del sistema.
  • 📋 Listar Tareas: Obtener una lista de todas las tareas en el sistema.

🛠️ Tecnologías Utilizadas:

  • 🌱 Spring Boot: Framework utilizado para construir la aplicación.
  • 🗄️ MySQL: Base de datos utilizada para almacenar las tareas.
  • Java: Lenguaje de programación utilizado para el desarrollo.

🏁 Comenzando:

  1. Clona el repositorio:
    git clone https://github.com/yourusername/task-manager-app.git
    

About

Task Manager app built as part of the roadmap.sh, featuring task creation, updating, deletion, and listing functionalities, with MySQL integration and adherence to best practices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages