Skip to content

spronkets/DotnetSpa

Repository files navigation

DotnetSpa

A simple example of a .NET Core 2.2 Web API with a few different rudamentary SPA frontends.

DotnetSpa.WebApi

This is a .Net Core 2.2 Web Api to act as a gateway/API between the frontend and other underlaying systems.

DotnetSpa.AngularClient

This is a minimalistic Angular frontend that hits the WebApi.

DotnetSpa.VueClient

This is a minimalistic Vue frontend that hits the WebApi using TypeScript, Vuex, and Axios.

Docker

A working Docker setup has been included. See docker-compose.yml and each Dockerfile for examples.