/DnD-Character-Generator

Creates random Dungeons and Dragons characters based on specified criteria

Primary LanguageC#

DnD Character Generator

C#, ASP.NET Core, NLog, MongoDB, Microsoft.Extentions.Options, Newtonsoft.json
testing: NUnit3 and Moq
	
DnD Character Generator creates a random D&D character based on the level input and player or monster option chosen. 

Build Setup

``` bash
# development server https://localhost:5001 m/ http://localhost:5000
dotnet run

# run all tests
right click DnD-Character-Generator.Tests
choose Run Tests