/rageshipper-backend

Backend architecture and implementation for RageShipper.

Primary LanguageJavaScript

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
    }
}