mamosk / social_networking_kata_sharp

A vanilla C# implementation of the "social networking" kata.

Home Page:https://github.com/xpeppers/social_networking_kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A vanilla C# implementation of the "social networking" kata.

https://github.com/xpeppers/social_networking_kata

License:MIT License


Languages

Language:C# 100.0%