How to Build a Web App with ASP NET Core and Vue

Written by samwalpole | Published 2020/12/29
Tech Story Tags: dotnet | dotnet-core | aspnetcore | aspnet | vuejs | vue | api | crud

TLDR ASPNET Core will be used to create a CRUD API and Vue to create the frontend UI. Using the knowledge gained here, you should be able to apply it to start making your own web apps. We will first start with building the API and then move on to the Vue client. To help simplify this tutorial I am using an in-memory database to help simplify the development process. We create a checklist item model using an Id, which will uniquely identify this item when we save it to a database, and a Text property.via the TL;DR App

no story

Written by samwalpole | Fullstack .NET and JavaScript web developer. Coding teacher and advocate
Published by HackerNoon on 2020/12/29