Skip to content

DBYoder/Website

Repository files navigation

Agile Toolset - Website Project

This project contains a suite of agile tools (Planning Poker, Retro Board, Story Generator) built with React and a Node.js backend.

Deployment on Railway

The project is configured for seamless deployment on Railway.

Files Added for Support:

  • server.js: Express server with Socket.io support for real-time tool functionality.
  • package.json: Updated with start script and dependencies (express, socket.io).
  • railway.json: Deployment configuration for Railway.

Local Development

  1. Install dependencies:

    npm install
  2. Run frontend in development mode:

    npm run dev
  3. Build and run production server:

    npm run build
    npm start

Tools

  • Planning Poker: Real-time estimation tool.
  • Retro Board: Collaborative retrospective board.
  • Story Generator: AI-ready user story template generator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors