Skip to content

Getting Started

SaraPettinari edited this page Jun 26, 2025 · 1 revision

🔧 Getting Started

Download Project Repository

Clone the official repository:

https://github.com/soup-ocpm/soup.git

Start via Docker

  1. Install Docker

  2. Navigate to project folder and run:

docker-compose -p soup-tool up --build

💡 Mac users (and newer Docker versions) may need to run:

docker compose -p soup-tool up --build
  1. Access the Tool:
  • Angular frontend: http://localhost:4200
  • Python backend: http://localhost:8080
  • Memgraph Lab: http://localhost:3000

Clone this wiki locally