Skip to content

warelab/gramene-swagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gramene Web Service server software

Install

First, clone the repository or download a release. Then: Update package.json, swagger yaml and paths as needed

npm i 
node app.js

To run on a different port (sudo for privilaged ports)

sudo PORT=80 node app.js

Documentation

…is built in. For current production API documentation, see our production server.