Skip to content

lagrandecode/taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โœ… Task Manager API

A simple RESTful API built with Spring Boot that lets you manage tasks โ€” create, read, update, delete, and filter by completion status.


๐Ÿš€ Features

  • โœ… Create a new task
  • ๐Ÿ“‹ View all tasks
  • ๐Ÿ” Filter tasks by completion status (completed=true/false)
  • โœ๏ธ Update a task
  • โŒ Delete a task
  • ๐Ÿ“„ View API documentation via Swagger UI

๐Ÿ› ๏ธ Tech Stack

  • Java 17+
  • Spring Boot
  • Spring Data JPA
  • H2 (in-memory database)
  • Swagger / SpringDoc OpenAPI
  • Gradle

๐Ÿ“ฆ Getting Started

1. Clone the repo

git clone https://github.com/your-username/task-manager-api.git
cd task-manager-api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published