minhhieugma / angular-asp-dotnet-mvc

Angular SPA with ASP.NET MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular SPA with ASP.NET MVC Template

A simple Angular SAP + ASP.NET MVC at backend

  • .NET 6
  • Angular 12

Design Patterns

  • DI
  • Repository
  • Singleton
  • Mediator
  • CQRS
  • etc

Persistence

  • JSON files

Unit Tests

  • Frontend
  • Backend

Thoughts

  • I purposefully do not put many code comments since I believe that having a good source code structure & best practices helps us avoid tons of redundant comments.
  • I would have not used Repository to deal with the persistene - JSON file.
  • I would like to use Entity Framework to work with JSON files and any other types of storage. Fundamentally, EF applies both Repository and UoW patterns already.
  • Both backend and frontend source code structures are not completed yet and needed to futher works. So, let me know your suggestions or improvements.

Contribute

  • I would love to hear from all. Awesome !! 💘 💘

Contact

About

Angular SPA with ASP.NET MVC

License:MIT License


Languages

Language:C# 51.6%Language:TypeScript 30.2%Language:HTML 10.4%Language:JavaScript 6.6%Language:CSS 1.2%