Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 346 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 346 Bytes

An express nodeJS server with an express-graphql instance to access flows fetched from EnCo's CloudEngine API using axios.

Run yarn to install all dependencies.

Run the app with yarn run dev and navigate to localhost:4000/graphql to access the graphiQL interface.

Don't forget to add your token and the API url for the requests.