Flowra is a modern Project Management System designed for efficiency and clarity. It features a Kanban board, chat, notifications, and more modules to keep your team in sync.
- Project Management: Organize tasks with Kanban boards.
- Real-time Chat: Integrated messaging for team collaboration.
- Notifications: Stay updated with real-time alerts.
- Briefings: Manage project requirements and templates.
- Transfer Manager: Move cards and projects between boards.
- Frontend: React, Vite, TailwindCSS
- Backend: Node.js, Fastify, Prisma, PostgreSQL
- Infrastructure: Docker, Nginx
See DEPLOY.md for deployment instructions.
-
Clone the repository
git clone https://github.com/yourusername/flowra.git
-
Install dependencies
cd frontend && npm install cd ../backend && npm install
-
Run locally
# Terminal 1 (Backend) cd backend && npm run dev # Terminal 2 (Frontend) cd frontend && npm run dev
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the LICENSE file for details.
This means you are free to use, modify, and distribute this software, but you must keep it open source under the same license.
