Skip to content

User admin app: provides examples of web api (GET, POST, PUT) to manage users

Notifications You must be signed in to change notification settings

bilaldekar/UserAdminApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserAdminApp

User admin app: provides examples of web api (GET, POST, PUT) to manage user adminstration, these web apis are called from https://github.com/bilaldekar/UserAdminAppAngular

Edit config.json

change server in config.json file to your sql server name

Run command to create Database :

dotnet ef database update

Run command to create migrations of tables in the database

dotnet ef migrations add InitialDb

Content :

  • Creation of Web api
  • Use DbContext
  • Use repository
  • Validation with view model class
  • Use AutoMapper

About

User admin app: provides examples of web api (GET, POST, PUT) to manage users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published