A little cooking recipes website
Find a file
2022-11-25 00:50:01 +01:00
backend Sign up/in/out and authentication. 2022-11-22 17:03:52 +01:00
common Initial model + some various changes 2022-11-18 00:24:29 +01:00
.gitignore Replace powershell script by nushell script 2022-11-25 00:50:01 +01:00
Cargo.lock Update dependencies 2022-11-22 01:11:33 +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 Initial model + some various changes 2022-11-18 00:24:29 +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

Useful URLs

How to develop

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