An open API service indexing awesome lists of open source software.

https://github.com/deenuy/express-js-api-es6

A node express-js api server for serving client requests to arangodb foxx-service api and send response to graphistry node api
https://github.com/deenuy/express-js-api-es6

api-rest arangodb es6-javascript express-js foxx-service graphistry nodejs

Last synced: 3 months ago
JSON representation

A node express-js api server for serving client requests to arangodb foxx-service api and send response to graphistry node api

Awesome Lists containing this project

README

          

# Graphistry API

An express app using ES6 syntax desired to serve as intermediate API to redirect to graphistry. Generated by "npx express-generator project-name --no-view"

## How to run

### Install package dependencies

Run on your terminal `npm install`, to install the package dependencies

### Running Dev Server

Run on your terminal `npm run watch:dev`, the server will restart everytime you make a change in your code.

### Running Production Server

For aws elasticbeanstalk or openshift, run `npm run prod`

### Other scripts

- `transpile` - convert es6 and beyond code to es5 to a folder named `dist-server`
- `clean` - delete transpiled folder
- `build` - clean and transpile