Sign up form and other stuff
[recipes.git] / README.md
1 # Use cases
2
3 ## Create a recipe
4 (A group is automatically created)
5
6 ## Create a groupe
7
8 ## Move a group
9
10 ## Delete a group
11
12 ## Create a step
13
14 ## Move a step
15
16 ## Delete a step
17
18 # Technical
19
20 ## Cross-compilation on Windows 11
21
22 The toolchain for Raspberry Pi 64 bits is available here: https://gnutoolchains.com/raspberry64/
23
24
25 ## How to install service on RPI Zero
26
27 1. Copy doc/recipes.service to /lib/systemd/system
28 2. Enabled it: #> systemctl enable recipes
29
30
31 ## Useful URLs
32
33 * Rust patterns : https://github.com/rust-unofficial/patterns/tree/master/patterns
34 * Rusqlite (SQLite) : https://docs.rs/rusqlite/0.20.0/rusqlite/
35
36 ## How to develop
37
38 Autoreload: https://actix.rs/docs/autoreload/
39
40
41