Sign up form and other stuff
authorGreg Burri <greg.burri@gmail.com>
Sat, 26 Nov 2022 11:26:05 +0000 (12:26 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sat, 26 Nov 2022 11:26:05 +0000 (12:26 +0100)
commit45d4867cb37ce8d7007c4d98de70d81d0b705b92
tree5254666cd27de65d9d3552e5da95cc52ad2671a1
parentb1ffd1a04a55d6653ed55ea99f09550e5a8a9a96
Sign up form and other stuff
19 files changed:
.cargo/config.toml [new file with mode: 0644]
Cargo.lock
README.md
backend/Cargo.toml
backend/launch_debug.nu [new file with mode: 0644]
backend/launch_debug.ps1 [deleted file]
backend/sql/version_1.sql
backend/src/config.rs [new file with mode: 0644]
backend/src/consts.rs
backend/src/db.rs
backend/src/email.rs [new file with mode: 0644]
backend/src/main.rs
backend/templates/base.html
backend/templates/message.html [new file with mode: 0644]
backend/templates/sign_in_form.html [new file with mode: 0644]
backend/templates/sign_up_form.html [new file with mode: 0644]
common/Cargo.toml
common/src/lib.rs
common/src/utils.rs [new file with mode: 0644]