Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 670 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 670 Bytes

modules-api

E-Com Plus Mods API Node.js App

REST API reference

Technology stack

Setting up

git clone https://github.com/ecomclub/modules-api
cd modules-api
cp config/config-sample.json config/config.json
nano config/config.json

Edit config.json placing correct values for your environment, after that, start app with node:

node ./main.js

Web server

You need to use a web server such as NGINX or Apache HTTP, proxy passing the requests to configured TCP port.