Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 949 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 949 Bytes

Social Networking Kata

This is a simple implementation of the social networking kata proposed by Xpeppers team.

A complex implementation can be found here.

This kata is implemented using C# only.


Get started

To run this kata:

  1. make sure you have .NET Core 3.1 or higher
  2. clone the repo — follow this guide
  3. run following command
    dotnet run --project /path/to/the/repo
    

When the CLI is ready you can type help to display available commands. Enjoy!


Made with ❤️ by Fabio Michelini