Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 912 Bytes

File metadata and controls

20 lines (20 loc) · 912 Bytes

DND Character Managment

3.4.3.1, for Fidgetech

Date: 3/8/21 by:David Boedigheimer

Description

This program allows the user to create Characters and Campaigns. After creating a campaign, the user can create a character and then a stat sheet for that instance of the character and campaign. This program was made with C# and Many-to-Many relationships.

Setup

  • $git clone https://github.com/CommaderDavid/DNDCharacter.Solution
  • In the terminal; Navigate to the DNDCharacter folder
  • In terminal run dotnet ef database update
  • Run dotnet restore in the terminal
  • Run `dotnet run'
  • Open up your browser to http://localhost:5000
  • Enjoy!

Contact

Contact me if you have any concerns or questions at stealth259@gmail.com

Known bugs

There are no know bugs at this time.

License

This program is lisensed under the MIT license. Copyright (c) 2021 David Boedigheimer