Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 272 Bytes

cotoami-graphql

Experimental GraphQL API

Requirements

  • Node.js 6.9.1 or greater

Configuration

  • App
    • COTOAMI_GRAPHQL_PORT - http listening port
    • COTOAMI_REST_API_URL_BASE - restful api url base

How to run app locally

npm install
npm start