Skip to content

PatrikAhlen/ExampleServices

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExampleServices

readme should explain how to view examples, its purpose, starting point, describe the repository

This repository is created to help developers and architects view examples of features applied into services. The scenarios describe different states your environment could be in, and examples how to gain a more recommended state using architecture described in CSPA.

Taking small steps and adding value incrementally. Trying not to overreach in our examples we strafe for taking small logical steps to evolve our services. This is why in our examples might take tideous small steps in advancing the architecture of the system.

Development environment

The first example services is using .NET Core 3.1, and is written in C# for the web api and for front end ReactJS.

Visual Code is used together with Node.js and npm (node package manager)

Visual Code can be downloaded here: https://code.visualstudio.com/download

Node.js is found here : https://nodejs.org/en/download/

Together with .NET Core 3.1 SDK: https://dotnet.microsoft.com/download/dotnet-core/3.1

Scenarios

In each scenario we show a current state of a system, an identified flaw, and how we can amend this with a remodelling of the architecture.

The different scenarios is explained in Scenarios.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.5%
  • C# 26.1%
  • HTML 13.1%
  • CSS 2.3%