Skip to content

senthil-athiban/zapier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zapier Workflow

This project is designed to automate your tasks using a custom workflow similar to Zapier. It leverages modern web technologies to provide a seamless experience for creating and managing automated workflows.

Getting Started

First, Install the dependencies

yarn

run the development server:

yarn dev

Tech Stack

  • Next.js: For the client-side application.
  • Node.js + Express.js: For the server-side application.
  • Kafka: For event streaming.
  • Webhooks: For real-time notifications and integrations.
  • Prisma ORM: For database management and queries.
  • PostgreSQL: As the relational database.

Ports

What's inside?

This Turborepo includes the following packages/apps:

Apps and Packages

  • docs: a Next.js app
  • client: another Next.js app
  • server: a Node.js app
  • hooks: another Node.js app
  • Sweeper: another Next.js app
  • @repo/ui: a stub React component library shared by both web and docs applications
  • @repo/eslint-config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Build

To build all apps and packages, run the following command:

cd my-turborepo
yarn build

Develop

To develop all apps and packages, run the following command:

cd my-turborepo
yarn dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published