Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (15 loc) · 1.02 KB

Flow Master

Application introduction

Flow Master is a web-based application that provides AI-powered project management boards. It seamlessly integrates into workflow and utilizes state-of-the-art models to summarize ticket descriptions, autonomously assign story points, and intelligently allocate tasks to developers based on their skills and workload. With an intuitive UI, Scrum Masters can easily create, manage, and track tickets, visualizing progress as they drag tasks across the board. Moreover, the tool also helps with sprint retrospective meetings by providing dynamic graphs and insights into pending story points for each developer.

Getting Started

git clone [email protected]:dst2609/FlowMaster.git

cd FlowMaster/flowmaster-api

npm install

npm start [Backend is up and running]

--Open new terminal tab

cd FlowMaster/flowmaster-ui

npm install

npm run dev [Frontend is up and running at http://localhost:5173/]


For .env file and API key, please contact Devarsh Thaker - [email protected]