/card-dealer

Web API for card dealing purposes

Primary LanguageGo

Card Dealing Application

Features

This application is a REST API which serves the following features:

  • Create a new deck
  • Open a deck
  • Draw a card

Prerequisite

Build & Run

make run

Running Test

make test

Running Development Server

make dev

Limitations

This API currently defaults to port 8080 in localhost and only uses in-memory storage. So I hope you always finish your card game in one sitting :D Have fun!

Documentation

Postman Collection Postman Web