Keypath Coding Exercise Project
Using any available technology resources available to yourself. Build an application consisting of 2 parts.
- A web API that accepts a data and records that data to a database of your choosing. Build a
- API should be able to accept Query String, form-data, and JSON.
- At least one field passed in should be of string value.
- A web front end capable of taking a string and returning a grid of submitted records the match the string based on a “contains” or “Equals” criteria.
Visual Studio 2019 Project
.NET Core 3.1
local SQL Server
REST API: Keypath.API
Angular UI: Keypath.Web
If missing, the database will be created in populated with baseline data on program execution.
Note: CORS policy allows access from localhost: of Angular Project. May need adjustment.
Please see the readme.txt files at the root of each project for more info.
If you encounter 500.35 http response, please see readme.txt in the Web project