Skip to content

Flat-Azeroth-Society/bank-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guild Bank API

An express API backing the various Guild Bank clients for the Flat Azeroth Society

Usage

Endpoints

GET /api/v1/items/:itemId

Grabs an item from the test data.

Development

Installation

I use yarn, typescript, and VS Code.

You should too.

git clone https://github.com/Flat-Azeroth-Society/bank-api
cd bank-api
yarn

Building the app

You can build one-off with:

yarn build

But I prefer running a watcher:

yarn watch

Running the server

yarn start

Contribution

Just make PR's, friendos.

About

express API for the guild bank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published