E-Com Plus Mods API Node.js App
- NodeJS 8.9.x
- REST Auto Router npm package
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
You need to use a web server such as NGINX or Apache HTTP, proxy passing the requests to configured TCP port.
- First test: List installments with client JS SDK
Docs:
Docs:
Create a fork to your own account, then edit and push to your fork. So create a pull request to us. Then we will validate or not.