Basic create user account

This commit is contained in:
2023-05-24 16:19:46 +02:00
parent 9912428fd6
commit 0bfdc305b1
15 changed files with 224 additions and 8 deletions

View File

@ -33,5 +33,5 @@ diesel migation run
> Note: You can access the database directly using this command:
>
> ```bash
> PGPASSWORD=pass psql -h localhost -p 5432 -U user -d bioclimsol
> PGPASSWORD=pass psql -h localhost -p 5432 -U user -d geneit
> ```