Categorygithub.com/fear-the-dice/api
modulepackage
0.1.0
Repository: https://github.com/fear-the-dice/api.git
Documentation: pkg.go.dev

# README

Coverage Status Build Status

#Fear the Dice A tool for helping manage combat in a turn based environment. Allowing DM's/GM's to control stats such as AC, HP, and damage taken for a group.

##API Server Our API server is built in Go.

  • Use:

To quickly run the server you can use the following command: $ go run server.go

  • Installation:

To install the server (which is required if you are using supervisor) you have to run: $ go get Then you can run: $ api

##Mock API We have a mock API server (Drakov), whhich reads in API Blueprint to generate an API server.

  • Installation:

    $ npm install -g drakov
    
  • Use:

    $ drakov -f api/server.MD
    

##License This tool is protected by the GNU General Public License v2.

Copyright Jeffrey Hann 2015

# Packages

No description provided by the author
No description provided by the author