ASP.NET-MVC-AngularJs-Seed icon indicating copy to clipboard operation
ASP.NET-MVC-AngularJs-Seed copied to clipboard

Simple asp.net mvc project that includes angularjs and other libraries.

ASP.NET-MVC-AngularJs-Seed

Simple asp.net mvc project that includes angularjs and other libraries. The project will be updated to include last updates of packages included. New JS libraries will be included if useful in common scenarios.

Features:

  • asp.net and webapi registration
  • ioc framework setup
  • angularjs and dependencies setup
  • client-side localization
  • samples (localization + charts + fileupload)

Server side

  • ASP.NET MVC 5
  • ASP.NET WebApi
  • Autofac 3.5.2 (http://autofac.org/)

Client side

  • AngularJS 1.5.0_beta1 (https://angularjs.org/)
  • Angular-Strap 2.3.6 (http://mgcrea.github.io/angular-strap/)
  • UI boostrap 0.12.0 (http://angular-ui.github.io/bootstrap/)
  • morrisjs 0.5.1 (http://morrisjs.github.io/morris.js/)

Js utilitiles

  • JQuery 2.1.4 (http://jquery.com/)
  • MomentJs 2.10.6 (http://momentjs.com/)
  • Lo-Dash 3.10.1 (https://lodash.com/)
  • Toastr 2.1.2 (http://codeseven.github.io/toastr/)
  • nProgress 0.2.0 (http://ricostacruz.com/nprogress/)
  • pascalprecht.translate 2.8.1 (https://github.com/angular-translate/angular-translate)

View

  • Bootstrap Twitter 3.3.5 (http://getbootstrap.com/)
  • FontAwesome 4.4.0 (http://fortawesome.github.io/Font-Awesome/)
  • AdminLTE v2.0.2 (http://almsaeedstudio.com/AdminLTE/)

Next:

  • Authentication?
  • Google map + map search?
  • Tests?
  • ... suggestions?

Please, consider this project as a seed, the intention is to speed up frontend project generation. This project won't include data access layer, business logic... I'll appreciate any suggestion & criticism.