1.0.2 • Published 4 years ago

4leaflabs-api-proxy v1.0.2

Weekly downloads
-
License
Unlicensed
Repository
bitbucket
Last release
4 years ago

Orderspoon Proxy Server

Proxy and API server based on NodeJS.

###Build status: npm.io

Project structures:

/config

Server config file inside here. This config folder file loaded using popular npm package Config. Read the documentation for more details.

/plugins

Put all project modules here. It should be written as Hapi Plugin HapiJS plugin;

/proxy

Simple example of creating proxy on HapiJS

/templates

Put your template files inside here. There is template modules inside it that can help you to create new module quickly by copy the template module folder into /modules and rename it as needed.

/utils

You can put your utility file here, eg: db connection, logger, etc.

Code Style Checker:

There is .eslintrc file included.