Api for 'planning poker' application which allows users to collaboratively estimate tasks in software development.
-
Run PlanningPoker.Database project to setup the database (SQL Server required)
-
Run PlanningPoker.TestData project to insert test data
-
Run PlanningPoker.Api for the main application services
-
Use endpoint
api/tokenwith request fieldsusernameandpassword(x-www-form-urlencoded) to authenticate -
Call api methods with:
Authorizationheader and value'Bearer [TOKEN]'where [TOKEN] was obtained in step 4Content-Typeheader and value'application/json'