Online Planning Poker

Build Status

TSD project 2018 Software Engineering

Team

  • Piotr Mitkowski
  • Mateusz Kiciński
  • Maciej Wójcik

Links

Tools

To develop the app you will need:

Developing

To develop the application you need checkout the git repository from here:

After that all you need to do is open the project or its files in your favourite editor or IDE.

Tests

To run tests you can use Karma. Some IDEs can be configured to use Karma automatically. Otherwise you can use 'ng-test' command once angular-cli is installed.

Deploy

The application is deployed to heroku using git command 'git push heroku master'.

Before doing so heroku cli has to be configured as described in these steps: