hasanbaysal / HB.TodoApp

Simple Todo App | N-Tier Arch with Asp.Net Core MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HB.TodoApp

A simple todo app that uses general app development approaches

  • N Tier Architecture
  • Repository Pattern
  • Unit Of Work Pattern
  • Result Pattern
  • EF Core Code First
  • Auto Mapper
  • Fluetn Validation
  • ASP.NET Core MVC

If you want to clone this project, here's what you need to do

  • restore and install all dependencies
  • delete migration folder
  • change connection string => appsetting.json
  • add first migration and than update database with ef core cli commands

About

Simple Todo App | N-Tier Arch with Asp.Net Core MVC


Languages

Language:C# 75.1%Language:HTML 20.5%Language:CSS 3.7%Language:JavaScript 0.7%