Navigation
Markdown version available here
Task 3
Implement a front end to consume the back end API.
Requirements
Implement Talent Search front end to consume back end APIs. Tutorial Link
Code
The code for Task 3 can be found in this branch
Dependencies Used
Microsoft.AspNet.WebApi.Cors
This package enables Cross-Origin Resource Sharing (CORS) in ASP.NET Web API
Nuget package manager Install-Package Microsoft.AspNet.WebApi.Cors
Testing
Front-end

Front-end test search
I have added a string called special in one of the bio text to ensure that the data comes from TalentRepository rather than Data.json

Get

Get by id

Post

Put

Delete

Image Stored in S3 Bucket

Error

©2018 francisyzy - Github