Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 736 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 736 Bytes

RecipeBook

Application main goal

This is a personal recipe book that holds recipes and makes suggestions on what to cook.

Technical data

Web application based on ASP.Net Core template.

  • .Net 5(MVC architecture)
  • Repository pattern for data accessing
  • Entity Framework Core 5 for object-database mapper
  • Automapper for view model-data model mapping
  • Unity testing with xUnit and Moq
  • Bootstrap, jQuery

Appliation URL

Workflow status

Continuous Integration and Continuous Deploy workflow