A little cooking recipes website
Find a file
Greg Burri 5e4e086247 Sign up method.
beginning of adding methods to create account and authentication.
2022-11-22 01:13:19 +01:00
backend Sign up method. 2022-11-22 01:13:19 +01:00
common Initial model + some various changes 2022-11-18 00:24:29 +01:00
.gitignore Initial model + some various changes 2022-11-18 00:24:29 +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.ps1 Initial model + some various changes 2022-11-18 00:24:29 +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/