L'intranet de votre famille https://geneit.0ph.fr/
Go to file
2023-05-31 15:52:49 +02:00
geneit_backend Can get user information 2023-05-31 15:52:49 +02:00
README.md Basic create user account 2023-05-24 16:19:46 +02:00

GeneIT

WIP project

Setup dev env

  1. Install prerequisites:

    1. docker
    2. docker-compose
    3. rust
  2. Start services:

cd geneit_backend
docker-compose up
  1. Install Diesel CLI:
sudo apt install libpq5 libpq-dev
cargo install diesel_cli --no-default-features --features postgres
  1. Initialize database:
diesel migation run

Note: You can access the database directly using this command:

PGPASSWORD=pass psql -h localhost -p 5432 -U user -d geneit