Using .NET core and Angular, develop a microservice exposing an API that takes form content from an Angular application, and writes that data to a text file. The accepted form data is to include an id, two text fields (up to 255 characters of text) and a date.
- Open sln file in Visual Studio and run the project
- Api application url is http://localhost:5000
- Open command prompt
- CD to web directory
- npm i
- npm run start
- Open browser and paste http://localhost:4200/ in the address bar
- Person Form should open