X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=README.md;h=5de09358a449518cb564e343eb6d9d6bbb362682;hb=c951ba6d37d525f00c6fb92eb5ab72e1ae311791;hp=120c61003a6bb83586b93f26523f66a39955dd75;hpb=eab43f8995eff5b8a4f6c4ded6a655866feddedb;p=recipes.git 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/ + + +