Skip to content

danielprokopowicz/Snapflow

 
 

Repository files navigation

AGPL-3.0 License Release Build & Test Security Scan

This project is still under restructuring. The web client is currently not functioning properly due to changes in the API server. If you are looking for a working version of the application, please check the proof-of-concept branch. Alternatively, if you are interested in tracking progress towards the MVP, please refer to this roadmap.

Unified Deployment

This project includes automated setup scripts to spin up the entire environment using Docker Compose.

Prerequisites

  • Docker and Docker Compose installed and running.
  • On Windows, ensure Docker Desktop is active.

How to Run

Windows (PowerShell): Open your terminal and run:

powershell -ExecutionPolicy Bypass -File .\scripts\setup.ps1

Linux / macOS (Bash): Open your terminal and run:

chmod +x scripts/setup.sh
./scripts/setup.sh

Management View Logs: docker-compose -f deployment/docker-compose.yml logs -f

Stop Services: docker-compose -f deployment/docker-compose.yml down

About

Free and Open-Source Kanban Application

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 49.2%
  • Svelte 38.3%
  • TypeScript 8.4%
  • HTML 2.5%
  • CSS 0.7%
  • JavaScript 0.5%
  • Other 0.4%