Manage and process "flows" with associated tags using a PostgreSQL backend.
- Clone:
git clone <repository_url>
- Run with Docker: Navigate to the project root and execute
docker-compose up --build
.
- Tables:
Flows
,Tags
, andFlowTags
(association table). - Timestamps
created_at
andupdated_at
in bothFlows
andTags
.
Check Docker logs for errors: docker-compose logs <service_name>
.
Ensure database configurations and credentials are consistent.