Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

CodeHex16/Proof-of-Concept

Repository files navigation

Proof-of-Concept

Utilizzo

  1. Clona il repository con i suoi sottomoduli

    git clone https://github.com/CodeHex16/Proof-of-Concept.git --recurse-submodules
  2. Crea il file .env per Database-API e LLM-API

    • in LLM-API/.env

       # LLM-API
       OPENAI_API_KEY=<API_KEY>
    • in Database-API/.env

       # Database-API
       MONGODB_URL=mongodb://<user>:<password>@mongo-db:27017
       SECRET_KEY_JWT=<SECRET_KEY>
  3. Esegui il seguente comando per avviare i servizi

    docker compose up -d
  4. Accedi ai servizi ai seguenti URL

  5. Per fermare i servizi, esegui il seguente comando

    docker compose down

Interfaccia

login clienteHome chat

Releases

No releases published

Contributors