Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andrew-boutin/dndtextapi
- Owner: andrew-boutin
- License: other
- Created: 2018-07-05T19:13:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:18:40.000Z (about 2 years ago)
- Last Synced: 2024-11-10T06:13:37.999Z (2 months ago)
- Topics: docker, docker-compose, golang, mock-server, oauth2, postgresql, rest-api
- Language: Go
- Homepage: https://andrewboutin.com
- Size: 151 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).