Skip to content

avivasolutionsnl/layers-ports-and-adapters-workshop-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code and assignments for the "Layers, Ports & Adapters" workshop module

Requirements

Getting started

  • Clone this repository and cd into it.
  • Run docker-compose build.
  • Run docker-compose up -d to start the web server.
  • Go to http://localhost:5000/ in a browser. You should see the homepage of the meetup application.

Running development tools

  • Run docker-compose run --rm devtools schedule <name> <description> <scheduledfor> to use the CLI tool for scheduling meetups.
  • Run dotnet restore and dotnet test in test\Meetup to run the tests

About

Code and assignments for the "Layered Architecture and Ports & Adapters" workshop module in csharp. https://training.matthiasnoback.nl/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages