Skip to content

jzemog/AngularJSCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularJSCRUD

AngularJS CRUD operations with .NET WebAPI simple example

Server: (WebAPI)

  • Entity Framework (Code First with Migrations)
  • AutoMapper NuGet: AutoMapper
  • AutoFac (Dependency Injection) NuGet: Autofac.WebApi2
  • CORS NuGet: Microsoft.AspNet.WebApi.Cors

Client: (AngularJS)

  • bootstrap(Style)
  • ngRoute(Routing) NuGet: AngularJS.Route
  • ui.bootstrap(Datepicker Calendar) NuGet: Angular.UI.Bootstrap
  • ngFileUpload(Upload and download files (images) to and from the server) NuGet: angular-file-upload
  • toastr(Notifications) NuGet: toastr

To have the database in Sql Server:

  • In Visual Studio, click on Tools -> NuGet Package Manager -> Package Manager Console.
  • Select WebAPI in Default project dropdownlist.
  • Type update-database.

Screenshots:

  • Create

  • Read

  • Update

  • Delete

About

AngularJS CRUD operations with .NET WebAPI simple example

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published