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.
To run this kata:
- make sure you have .NET Core 3.1 or higher
- clone the repo — follow this guide
- 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