avcwisesa / card-dealer

Web API for card dealing purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Web API for card dealing purposes


Languages

Language:Go 97.6%Language:Shell 1.5%Language:Makefile 0.9%