aurora-demo-api
v1.0.2
Published
Aurora Demo API
Downloads
3
Readme
Aurora Demo API
Demo implementation of an API conforming to aurora-core specifications.
Install dependencies (some might need to use sudo
for various reasons):
- Install node.js (5.x)
npm install
Development shellscript example:
#!/bin/sh
export PORT=3001
export DEBUG="*, -babel"
export NODE_ENV="development"
npm start