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/token
with request fieldsusername
andpassword
(x-www-form-urlencoded) to authenticate -
Call api methods with:
Authorization
header and value'Bearer [TOKEN]'
where [TOKEN] was obtained in step 4Content-Type
header and value'application/json'