X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=README.md;fp=README.md;h=5de09358a449518cb564e343eb6d9d6bbb362682;hp=120c61003a6bb83586b93f26523f66a39955dd75;hb=108476e3554ea3a25dca5b5ab260f38c1e734221;hpb=a080d19cb9076780db9e86325b2ab617886e2a5f diff --git a/README.md b/README.md index 120c610..5de0935 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,30 @@ -== Autoreload +# Use cases -https://actix.rs/docs/autoreload/ +## Create a recipe +(A group is automatically created) +## Create a groupe -== Documentation +## Move a group + +## Delete a group + +## Create a step + +## Move a step + +## Delete a step + +# Technical + +## Useful URLs * Rust patterns : https://github.com/rust-unofficial/patterns/tree/master/patterns * Rusqlite (SQLite) : https://docs.rs/rusqlite/0.20.0/rusqlite/ + +## How to develop + +Autoreload: https://actix.rs/docs/autoreload/ + + +