Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hixraid/todo
Todo app gRPC (Go, MySQL)
https://github.com/hixraid/todo
go grpc mysql todo
Last synced: about 2 months ago
JSON representation
Todo app gRPC (Go, MySQL)
- Host: GitHub
- URL: https://github.com/hixraid/todo
- Owner: HixRaid
- License: mit
- Created: 2024-01-06T09:22:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-04T19:21:28.000Z (10 months ago)
- Last Synced: 2024-11-22T10:40:00.432Z (2 months ago)
- Topics: go, grpc, mysql, todo
- Language: PLpgSQL
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 💡 Todo
Todo is a simple yet powerful task management system based on `gRPC` technology. It provides a client-server architecture for efficient communication and remote procedure calls.
The Todo system allows users to `create`, `update`, and `delete` tasks, as well as view a list of their tasks. Each task can contain a title, description, due date and status
Todo provides reliable and secure data transfer using data transfer protocols such as `HTTP/2` and `Protobuf`. This makes the system fast, efficient and reliable even when processing large volumes of tasks.
With Todo, you can easily organize your to-dos, manage tasks, and streamline your workflow. It is ideal for individual use or team collaboration. Thanks to its flexible architecture and simple interface, Todo allows you to quickly and efficiently organize your life and achieve your goals.
> Still in development
## 🛠️ Built with
- Go `1.21.5`
- MySQL `8.0.34`