An express API backing the various Guild Bank clients for the Flat Azeroth Society
Grabs an item from the test data.
I use yarn, typescript, and VS Code.
You should too.
git clone https://github.com/Flat-Azeroth-Society/bank-api
cd bank-api
yarn
You can build one-off with:
yarn build
But I prefer running a watcher:
yarn watch
yarn start
Just make PR's, friendos.