This repo contains the materials for my workshop in the WeCodeFest 2020
The solution is built against the latest NET Core 3.0
- Install the required .NET Core SDK using in Linux install-sdk.sh or Windows install-sdk.ps1.
- Install docker
- Run docker-compose -f .\build\docker-compose-infrastructure.yml up -d (Or you can use SQL Server Express LocalDB)
- Run build.ps1 in the root of the repo.
You can use Visual Studio 2019 or Visual Studio Code. For Visual Studio Code you'll need to install this extension C# for Visual Studio Code.
You have to complete NotesController in order to pass al FunctionalTests.