Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sinantech/todo-app
- Owner: sinantech
- License: mit
- Created: 2024-11-03T18:19:11.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T16:59:05.000Z (2 months ago)
- Last Synced: 2024-11-13T14:48:33.019Z (about 2 months ago)
- Topics: java, postgresql, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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