https://github.com/brumhard/friday
Manage stuff to do on fridays :frog:
https://github.com/brumhard/friday
cli rust
Last synced: over 1 year ago
JSON representation
Manage stuff to do on fridays :frog:
- Host: GitHub
- URL: https://github.com/brumhard/friday
- Owner: brumhard
- License: mit
- Created: 2023-04-24T10:22:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T19:58:51.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T12:21:19.904Z (over 1 year ago)
- Topics: cli, rust
- Language: Rust
- Homepage:
- Size: 1.66 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# It's ~~wednesday~~ friday my dudes
> Friday is a toy project to learn rust.
> It provides a CLI as well as a REST API to manage tasks to do on fridays.

## Demo

## TODOs
- error handling
- use anyhow in binary crates, thiserror in libary crates
- cleanup error enums to not be CLI specific
- server
- add tracing spans to server and replace logs with tracing
- add middlewares
- add graceful shutdown