REST API for deck management
- Clone repository
- Inside the repository, run
npm install - Copy
config.example.jstoconfig.js - Update config with relevant information
It runs on port 4000 so an example local url would be: http://localhost:4000/api/v1
The calls and routes are documented in RAML here