https://github.com/verma-kunal/go-mytodo-cli
Simple Todo List CLI using Cobra
https://github.com/verma-kunal/go-mytodo-cli
cobra-cli gin-gonic go golang json
Last synced: about 1 year ago
JSON representation
Simple Todo List CLI using Cobra
- Host: GitHub
- URL: https://github.com/verma-kunal/go-mytodo-cli
- Owner: verma-kunal
- Created: 2024-10-15T15:07:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-22T20:04:25.000Z (over 1 year ago)
- Last Synced: 2025-04-12T01:44:40.208Z (about 1 year ago)
- Topics: cobra-cli, gin-gonic, go, golang, json
- Language: Go
- Homepage:
- Size: 8.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo CLI App using Cobra

### Tech Stack
- Go
- Cobra CLI
- Gin Web Framework
- JSON file (Local database)
### Basic Architecture

### Setting up
1. Start the API server:
```bash
go run api/api.go
```
2. Start using the CLI:
```bash
./bin/mytodo -h
```

### Demo
[Click here](https://drive.google.com/file/d/1jo3kp7nLEQVJU7Lk_RAE1fvwcabA2Mnl/view?usp=sharing) to watch the full demo of the CLI application!
### Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.