/SuperCharactersApp

Small web application demonstrating CRUD operations. The application mimics sort of RPG game.

Primary LanguageC#MIT LicenseMIT

SuperCharacterApp

The application mimics sort of RPG game.

Currently CRUD operations implemented only.

Repository pattern with Unit of Work.

Used third party libraries and other technology stack information:

Used InMemory Db instead mocking for the unit tests.

TODO:

  1. Add following fields to 'Team', 'Superhero' and 'Supervillain'(must not be included in add/edit UI, can be shown in the list view)
  • Wins:
  • Loses:
  1. 1vs1 turn-based combat, hero vs villain