Skip to content

.Net core application for file comparison, with DDD approach, unit/integration tests, entity framework core, docker and new features of c#.

Notifications You must be signed in to change notification settings

libnando/Zaandam

Repository files navigation

Zaandam API

Running API with docker infrastructure

docker-compose up -d

Running API locally

You will need config the ConnectionStrings. Then, open the terminal in the project directory and:

dotnet restore
dotnet build
dotnet run --project src/Zaandam.Api --urls "http://localhost:5111"

Fun time

Now just access the url http://localhost:5111/swagger/index.html and start using =)


Running the tests

dotnet test

About

.Net core application for file comparison, with DDD approach, unit/integration tests, entity framework core, docker and new features of c#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published