A little cooking recipes website
Find a file
2022-11-26 12:26:05 +01:00
.cargo Sign up form and other stuff 2022-11-26 12:26:05 +01:00
backend Sign up form and other stuff 2022-11-26 12:26:05 +01:00
common Sign up form and other stuff 2022-11-26 12:26:05 +01:00
.gitignore Remove config from repo 2022-11-25 13:15:33 +01:00
Cargo.lock Sign up form and other stuff 2022-11-26 12:26:05 +01:00
Cargo.toml Initial model + some various changes 2022-11-18 00:24:29 +01:00
deploy.nu Replace powershell script by nushell script 2022-11-25 00:50:01 +01:00
README.md Sign up form and other stuff 2022-11-26 12:26:05 +01:00
TODO.md Initial model + some various changes 2022-11-18 00:24:29 +01:00

Use cases

Create a recipe

(A group is automatically created)

Create a groupe

Move a group

Delete a group

Create a step

Move a step

Delete a step

Technical

Cross-compilation on Windows 11

The toolchain for Raspberry Pi 64 bits is available here: https://gnutoolchains.com/raspberry64/

How to install service on RPI Zero

  1. Copy doc/recipes.service to /lib/systemd/system
  2. Enabled it: #> systemctl enable recipes

Useful URLs

How to develop

Autoreload: https://actix.rs/docs/autoreload/