Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.55 KB

File metadata and controls

44 lines (32 loc) · 1.55 KB

CtrlAltDefeat - a hackathon app

Gamification App for effort estimation. An Azure DevOps Board is used to provide the tasks. The app is used to estimate existing tasks and get rewards for estimations and the quality of estimations.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Requirements for the software and other tools to build, test and push

Installing

  • clone the repository
    git clone https://github.com/MartinWenge/CtrlAltDefeatApp.git
  • add your Azure DevOps username and PAT providing access in appsettings
    "AzureDevOpsSettings":{
        "Username": "<add Azure DevOps username here>",
        "Token": "<add Azure DevOps PAT here>"
    },
  • run the application
    dotnet run

Authors

License

This project is licensed under the MIT license