Skip to content

Demo project using Angular on frontend and c# .net on backend

Notifications You must be signed in to change notification settings

georgedimac/contactlist-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact List Demo

Uses Angular on frontend and gets the contacts via an REST-API from the c# .net backend

Built on: Angular CLI: 14.2.1 ; Node: 16.17.0 ; .net 6

It showcases Angular Dialog when clicking on a contact, outputs his address there.

Preview

Screenshot 2022-09-20 at 12 56 04

API Reference

GET /contacts

Parameter Type
Name string
Address string

Run

  cd ang-test
  dotnet run

Uses SPA Proxy , http://localhost:7777 , redirecting to https://localhost:44450/ after the Angular frontend is compiled+started in the background, the backend runs on http://localhost:5153

Testing

Includes NUnit Tests

  cd back-tests
  dotnet test

About

Demo project using Angular on frontend and c# .net on backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published