Skip to main content

Running Services

Once infrastructure is up, start the ARBEC services you need from the repo root or from the individual service repo.

Main API

make start-api

Runs the main API from backends/arbecapi/app on port 13033.

Legacy backend

make start-backend

Runs the legacy backend from backends/arbec_backend/app on port 13332.

AI service

make start-ai

Runs the AI chatbot service from backends/langchain-prod/app on port 13311.

Flutter web

APP_API_BASE_URL=http://localhost:13033 \
CONNECTIVITY_CHECK_URL=http://localhost:13033/graphql \
APP_SOCKET_URL=http://localhost:13033 \
make start-mobile-web

Runs the Flutter web app on port 13081.