Initial model + some various changes
This commit is contained in:
parent
a080d19cb9
commit
108476e355
17 changed files with 1070 additions and 1286 deletions
27
README.md
27
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/
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue