Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andrew-boutin/dndtextapi

REST API for a DnD style text adventure site with Google authentication.
https://github.com/andrew-boutin/dndtextapi

docker docker-compose golang mock-server oauth2 postgresql rest-api

Last synced: about 1 month ago
JSON representation

REST API for a DnD style text adventure site with Google authentication.

Awesome Lists containing this project

README

        

# DnD Text REST API

[![Build Status](https://travis-ci.org/andrew-boutin/dndtextapi.svg?branch=master)](https://travis-ci.org/andrew-boutin/dndtextapi)

DnD Text API is a Golang REST API for a DnD style text adventure site.

At a high level it provides: Users, Channels, Characters, and Messages.

See the [design](docs/DESIGN.md) docs for more info such as the [available endpoints](docs/DESIGN.md#endpoints).

## Running

Set up the [prerequisites](docs/PREREQUISITES.md).

Start the database and server:

make

See the [contributing](CONTRIBUTING.md) guidelines for more info.

## License

Dnd Text API is under [license](LICENSE).

## Copyright

This repository is under [copyright](COPYRIGHT.md).