Skip to content

Demonstrating many-to-many relationships within a MySQL database.

Notifications You must be signed in to change notification settings

StollerSystem/RpgCompendium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

RPG Compendium

An app to create and keep track of monsters, items and characters 10/14/2020

By Emme Buentiempo, Garrett Dean Brown, Ben Stoller

Description

A website to create and origanize all your assests for your RPG!

##User Stories:

As Admin:

  • Full CRUD on all monster, armor, type, and behaviors

As User:

  • Read all monsters, types, armor, and behavior
  • Full CRUD on monster objects owned by user

Creating Monsters:

  • I would like to create a new monster, and remove/edit it.
  • I would like to create a new monster "Main Type", and remove/edit it.
  • I would like to create a new monster "Behaviors", and remove/edit it.
  • I would like to assign monsters to a main type, and remove the connection.
  • I would like to assign monsters to a Behaviors, and remove the connection.
  • I would like to list out Monsters, Types and Behaviors, and navigate from one list to another.

Monster Object Properties

  • Id
  • Name
  • Main Type
  • Behaviors

id,name,abilityScores,mainType,cr,hp,mp,inv,behaviors

Setup/Installation Requirements

Known Bugs

Support and contact details

Technologies Used

C#, LINQ, Entity Framework Core, MVCTest, MySql, CSHTML, CSS, Bootstrap and Markdown.

License

MIT

Copyright (c) 2020 Emme Buentiempo, Garrett Dean Brown, Ben Stoller

About

Demonstrating many-to-many relationships within a MySQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 68.8%
  • HTML 29.1%
  • CSS 2.0%
  • JavaScript 0.1%