Skip to content

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

Notifications You must be signed in to change notification settings

deenuy/express-js-api-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published