La généalogie de votre famille
Go to file
Pierre Hubert c2d658991c
continuous-integration/drone/push Build is passing Details
Update Rust crate serde to v1.0.200
2024-05-05 00:10:04 +00:00
geneit_app Update dependency vite to v5.2.11 2024-05-03 00:09:43 +00:00
geneit_backend Update Rust crate serde to v1.0.200 2024-05-05 00:10:04 +00:00
.drone.yml Update node Docker tag to v21 2024-04-09 00:12:02 +00:00
README.md Update installation instructions 2023-12-12 19:06:22 +01:00
renovate.json Configure Renovate (#1) 2023-08-25 06:15:11 +00:00

README.md

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 pkg-config libssl-dev
cargo install diesel_cli --no-default-features --features postgres
  1. Initialize database:
diesel migration run

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

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

Test OIDC credentials

Emails:

harley@qlik.example
barb@qlik.example
quinn@qlik.example
sim@qlik.example
phillie@qlik.example
peta@qlik.example
sibylla@qlik.example
evan@qlik.example
franklin@qlik.example

Password: Password1!