jonathanprozzi / rageshipper-backend

Backend architecture and implementation for RageShipper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dungeon Master API

Dungeon master is the never ending story of Raid Guild.

Getting Started

With Docker

docker-compose up

NPM & Mongo

# install dependencies
# install mongo

Endpoints

defaults to localhost:5000

set ENV for DB_HOST

Create new objects in the db

/create/{MODEL}

ex

{
    "raid_name": "test",
    "cleric_name": "testing",
    "status": "Raiding",
    "category": "Frontend"
}

Fetch & Update

/graphql

ex.

{
    raids {
        raid_name
    }
}

About

Backend architecture and implementation for RageShipper.


Languages

Language:JavaScript 98.1%Language:Dockerfile 1.9%