Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1007 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 1007 Bytes

DMS-API

MakerManager, Calendar, Queue, and Inventory API

Running

  1. Install docker for (windows, mac, linux) and Dallas-Makerspace/CommunityGrid

  2. execute in a bash shell (git bash for windows, xterm/Terminal.app)

git clone https://github.com/Dallas-Makerspace/DMS-API
make STACK=dmsapi_dev VIRTUAL_HOST=dmsapi.testnet.dapla.net
  1. open https://dmsapi.testnet.dapla.net/api-docs/

Notes

Oauth2 authentication is based on https://github.com/pyeve/eve-oauth2 and should be fleshed out.

Road Map