Dispaly a user message when a recipe is successfully deleted

This commit is contained in:
Greg Burri 2025-05-05 23:28:17 +02:00
parent d86c8ab6fe
commit ec36391ec8
6 changed files with 182 additions and 166 deletions

View file

@ -4,8 +4,8 @@
* Rust: https://www.rust-lang.org/
* Trunk: https://trunkrs.dev/
* Nushell: https://www.nushell.sh/ (*nu* need to be in *PATH*)
* Sass: https://sass-lang.com/ (*sass* or *sass.bat* need to be in *PATH*)
* Nushell: https://www.nushell.sh/ (*nu* needs to be in *PATH*)
* Sass: https://sass-lang.com/ (*sass* or *sass.bat* needs to be in *PATH*)
# Run in debug mode
@ -13,7 +13,8 @@
Then browse http://127.0.0.1:8082
At first launch the configuration file `backend/conf.ron` is created. It contains the port the server will listen to and information about the SMTP server which will be used to send email when a user sign up or change its password.
At first launch the configuration file `backend/conf.ron` is created.
It contains the port the server will listen to and information about the SMTP server which will be used to send email when a user sign up or change its password.
## Autoreload