Table of Contents
Flowify is a robust project management tool designed as a Trello clone. Flowify utilizes a comprehensive tech stack, incorporating technologies such as Next.js 14 with server actions, Prisma, Stripe for payment integration, Tailwind CSS, Shadcn UI, Zustand for state management, and MySQL. Users can benefit from features like task management, customizable boards, user authentication and drag-and-drop functionality. The platform is specifically crafted to enhance team productivity through efficient project organization and communication.
Make sure that you have Node.js and the latest version of NPM installed on your local machine.
-
Clone the Repository
git clone https://github.com/gh0sty02/Flowify.git
-
Install Dependencies
npm install
-
Run the App
npm run dev