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
- Host: GitHub
- URL: https://github.com/deenuy/express-js-api-es6
- Owner: deenuy
- Created: 2022-05-27T04:55:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T18:35:48.000Z (about 4 years ago)
- Last Synced: 2026-01-03T17:25:40.850Z (6 months ago)
- Topics: api-rest, arangodb, es6-javascript, express-js, foxx-service, graphistry, nodejs
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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