This project contains a suite of agile tools (Planning Poker, Retro Board, Story Generator) built with React and a Node.js backend.
The project is configured for seamless deployment on Railway.
server.js: Express server with Socket.io support for real-time tool functionality.package.json: Updated withstartscript and dependencies (express,socket.io).railway.json: Deployment configuration for Railway.
-
Install dependencies:
npm install
-
Run frontend in development mode:
npm run dev
-
Build and run production server:
npm run build npm start
- Planning Poker: Real-time estimation tool.
- Retro Board: Collaborative retrospective board.
- Story Generator: AI-ready user story template generator.