Skip to content

sukhmindersandhu/person-form-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excerise:

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.

Person Api and UI

Api

UI

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published