Initial model + some various changes
[recipes.git] / README.md
index 120c610..5de0935 100644 (file)
--- 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/
+
+
+