Automate your pipelines and streamline your workflows.
Plumber is a no-code solution that helps public officers automate their repetitive tasks and eliminate human error, so they can focus on their more important work. It supports a growing list of both government and commercial apps and services.
- Install Docker and make sure it's running
- Install dependencies by running
npm i
- Create a
.env
inpackages/backend
based on.env-example
- Setup services
npm run setup
- Run DB migrations
npm run migrate
(only for first time setup) - Start the server
npm run dev
Plumber is a fork of the open source project Automatisch. We would like to thank the team for their contributions to the open source community. Please refer to the license files [1,2] for more information.