Skip to content

kemaltulum/user-story-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-based Visualization of User Stories

Agile Story

  • CMPE 493 Senior Project
  • Kemal Tulum
  • Boğaziçi University Computer Engineering Department
  • Advisor: Fatma Başak Aydemir

Short Description

The project aims to provide visual representation for user stories so that they can be more intuitively examined and understood in the workplace. The project is also an attempt to find out the best practices while visualizing user stories. Therefore, the implementation details of the project will be determined with the prior research on the area.

Project Setup

The project is implemented using NodeJS, MongoDB, GraphQL and React.js.

General Architecture & Installation

This project contains three different platforms, frontend, backend and Python-NLP. For each of three platforms, necessary dependencies should be installed.

Frontend

React.js is the frontend technology used.

Installation of dependencies:

cd frontend 
npm install

This command will create a node_modules directory under frontend in which all the dependencies installed.

Running the project for development:

cd frontend
npm start

This will start the development server on localhost:3000

Building the React application for production:

cd frontend
npm run build

This will create

About

Web-based Visualization of User Stories - Senior Project CMPE BOUN with Fatma Başak Aydemir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors