Skip to content

leandrocezar/crud-angular-dotnet-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Application using .NET Core and Angular

Hi everyone! This respository contains two projects:

  • Api: .NET Core WebApi to Create, Update, Retrieve and Delete Users from a database
  • client: frontend with Angular to consumes the Api.

Each project has a REAMDE file file toexplaining how install and start.