Skip to content

joaope/tech-basket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basket - ASP Core + Vue.js + webpack4

Prerequisites

How to run

  1. Restore node dependencies:
npm install
  1. Run web application:
dotnet run

Some considerations

  • For brevity TechBasket.DomainService project exposes services as a DLL reference
  • In a real-world scenario they would most likely be Web APIs exposing different bounded contexts to the frontend
  • MVC is only used to provide the initial page. The rest of the ASP Core application is effectively an API gateway between Vue.js frontend and the services

Releases

No releases published

Packages

No packages published