Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Playing Game Web API

rpg_character

RESTful WEB-API using ASP.NET MVC and SQL SERVER

A role-playing game (RPG) is a genre of video game where the gamer controls a fictional character (or characters) that undertakes a quest in an imaginary world.

The back end application is a small text-based role-playing game where different users can register (Here we have used JSON web tokens for authentication) and create their own characters like a mage or a knight, also added some skills and a weapon, and also let the characters fight against each other to see who is the best of them all.

What's Included :

  • MVC Architectural Patterns
  • Linq
  • Entity Framework
  • Dependency Injection
  • Attribute routing (with parameters)
  • Mapping Models Using AutoMapper
  • More than CRUD

Also Includes:

  • Generic Response Model
  • Repository Design Pattern
  • All the Types of Relationships amongst Entities
  • Joining Entities with Fluent API
  • Included Entities with Linq Queries

Authentication and Authorization:

  • Jwt Authentication
  • Cryptography Algorithm for Hashing Passwords
  • Authentication MiddleWare and Authorize Attributes

Tools & Technologies Used:

About

Role Playing Game Web API with EntityFramework & SQL Server

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages