Skip to content

Simple WebAPI for Deck cards management made with ASP.NET Core, focusing on applying TDD.

Notifications You must be signed in to change notification settings

JakubK/CardGamesAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CardGamesAPI

REST API made with ASP.NET Core WebAPI for Deck management. It was my first project to try TDD and practise Unit Testing.

Stack

  • ASP.NET Core WebAPI
  • NUnit
  • Moq
  • Hashids
  • LiteDB

Features

It offers endpoints for:

  • Deck Creation
  • Insertion to Deck from any direction
  • Shuffling
  • Drawing from any Direction

and same operations for Piles associated with Deck.

About

Simple WebAPI for Deck cards management made with ASP.NET Core, focusing on applying TDD.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages