Skip to content

sundeep/efflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

efflow

Manage and process "flows" with associated tags using a PostgreSQL backend.

Quick Setup

  1. Clone: git clone <repository_url>
  2. Run with Docker: Navigate to the project root and execute docker-compose up --build.

Design Highlights

  • Tables: Flows, Tags, and FlowTags (association table).
  • Timestamps created_at and updated_at in both Flows and Tags.

Troubleshooting

Check Docker logs for errors: docker-compose logs <service_name>.

Ensure database configurations and credentials are consistent.

About

socratic method, but towards TODOs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published