Database connection and user registration

This commit is contained in:
Alphonse Paix
2025-08-21 15:38:12 +02:00
parent 1fd1c4eef4
commit 709bd28a8c
14 changed files with 3023 additions and 18 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# zero2prod
## Commands
```
sudo apt install postgresql-client
sudo apt install pkg-config
sudo apt install libssl-dev
cargo install sqlx-cli --no-default-features --features rustls,postgres
```