Code Monkey home page Code Monkey logo

planningpoker's Introduction

PlanningPoker

PlanningPoker - game for evaluating scrum team tasks

Planning poker is a problem assessment technique based on team discussion of each problem. Each participant anonymously evaluates the problem by voting with a scorecard. Then the cards are revealed and the median for each problem is calculated.

Config preferences.

For configuration project uses file ServersSettings.json and env.list if you would use docker container. The settings files contain values โ€‹โ€‹* instead of which you need to substitute your own data this is done for security reasons

Restore local database for local start app without Docker.

For local working this project, restoring database and start run sql scripts from file "SQL_PlanningPoker.sql".

  • Step 1. Open file with sql scripts. Highlights all scripts and press F5 or run with MSSQL Managment Studio.
  • Step 2. Wait finish work.

Run in local use command:

  • Step 1. cd <YourPathToProject>
  • Step 2. Change server in connection string on localhost

server=localhost;user id=PlanningPoker;password=Pa$$word;database=PlanningPoker;

  • Step 3. go run main.go
  • Step 4. localhost - address app.

Run in Docker use command:

  • Step 1. cd <YourPathToProject>
  • Step 2. Change server in connection string on mssql

server=mssql;user id=PlanningPoker;password=Pa$$word;database=PlanningPoker;

  • Step 3. docker-compose up -d --build --force-recreate
  • Step 4. Wait db inti scripts and localhost address app

Troubleshoutings:

When running through docker, there may be a problem related to

./run-initialization.sh: line 3: syntax error near unexpected token `$'\r''

Change line breaks to Unix lf in all related files.

enjoy!:heart:

planningpoker's People

Contributors

philomela avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.