-
Clona il repository con i suoi sottomoduli
git clone https://github.com/CodeHex16/Proof-of-Concept.git --recurse-submodules
-
Crea il file
.envper 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>
-
-
Esegui il seguente comando per avviare i servizi
docker compose up -d
-
Accedi ai servizi ai seguenti URL
- Suppl-AI Frontend: http://localhost:3000
- Database-API: http://localhost:8000
- LLM-API: http://localhost:8001
- Mongo Express: http://localhost:8081
-
Per fermare i servizi, esegui il seguente comando
docker compose down
This repository was archived by the owner on Jun 7, 2025. It is now read-only.
CodeHex16/Proof-of-Concept
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|


