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

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:

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.

![friday-logo](docs/logo.png)

## Demo

![demo](docs/demo.gif)

## 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