Skip to content

This is a toy game mimicking medieval world fights between knights, mages, clerics and lords using .net core 5 web api, react typescript, entity framework core, sql server and unit tests using nUnit.

Notifications You must be signed in to change notification settings

cakiran/medievalworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

medievalworld

This is a toy game mimicking medieval world fights between knights, mages, clerics and lords using .net core 5 web api, react typescript, entity framework core, sql server and unit tests using nUnit. The sql script to create the basic tables and seed data can be found at /SqlScripts folder within the medievalworldweb project which comes with a user johndoe whose password is the string "password" all lowercase. This app lets users register, login and drag and drop 4 existing fighters into a arena. Once the fight button is clicked the fight sequence is simulated with random fight sequence genration on the web api which is pumped back to the client as text messages. Nothing fancy just a toy simulation to understand the usage of .net core web api, entity framework core, react typescript, semantic ui react and usage of jwt token for user authentication and securing web api controllers.

2021-09-19 08_14_43-Medieval World - 02



2021-09-19 08_14_43-Medieval World - 01



2021-09-19 08_14_43-Medieval World - 03

2021-09-19 08_14_43-Medieval World - 05



About

This is a toy game mimicking medieval world fights between knights, mages, clerics and lords using .net core 5 web api, react typescript, entity framework core, sql server and unit tests using nUnit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published