Fork me on GitHub

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

Link to code

Front-end
Front-end

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

Link to changed section

Front-end-test
Front-end-test

Get

Link to code

Get
Get

Get by id

Link to code

Get by id
Get by id

Post

Link to code

Post
Post

Put

Link to code

Put
Put

Delete

Link to code

Delete
Delete

Image Stored in S3 Bucket

Link to code

S3Bucket
S3Bucket

Error

Link to code

Error
Error

©2018 francisyzy - Github