Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

vdabar/Pony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pony

Pony is sample .Net Core application based on DDD and CQRS that demonstrates basic features of ASP.NET Core in an API backend application.

In this application you can also find:

  • Implemented Maze creation algorithm
  • Web scrapping

Technology

  • C#
  • ASP.NET Core
  • MongoDB
  • FluentValidation
  • DDD
  • CQRS

Version supported:

  • .NET Core 2.0
  • 2.0 SDK Version
  • Visual Studio 2017.3+ (.csproj)

How to run on local

  • Clone repository
  • Edit MongoDB connection string in appsettings.json if needed
cd <Base Solution Folder>
dotnet restore
cd .\src\Pony
dotnet run

About

Sample .Net Core application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages