Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sinantech/todo-app

đź“ťSimple ToDo Application
https://github.com/sinantech/todo-app

java postgresql rest-api spring-boot

Last synced: 17 days ago
JSON representation

đź“ťSimple ToDo Application

Awesome Lists containing this project

README

        

# ToDo API

A simple REST API for managing to-do tasks. This API allows users to create, read, update, and delete tasks with ease.

## Author

**Sinan Can Ozer**

## Features

- **Create Task**: Add a new to-do task.
- **Retrieve Tasks**: View all existing tasks or a specific task by ID.
- **Delete Task**: Remove a task by ID.

## Requirements

- Java 17+
- Maven or Gradle (for building the project)
- PostgreSQL (or any configured database)

## Installation

1. **Clone the repository**:
```bash
git clone https://github.com/sinantech/todo-api.git
cd todoApi