https://github.com/ecomplus/modules-api
E-Com Plus Mods API Node.js App
https://github.com/ecomplus/modules-api
checkout ecommerce-modules ecommerce-transactions
Last synced: 3 months ago
JSON representation
E-Com Plus Mods API Node.js App
- Host: GitHub
- URL: https://github.com/ecomplus/modules-api
- Owner: ecomplus
- License: gpl-3.0
- Created: 2018-03-08T17:15:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T19:30:24.000Z (4 months ago)
- Last Synced: 2025-01-25T20:23:55.161Z (4 months ago)
- Topics: checkout, ecommerce-modules, ecommerce-transactions
- Language: JavaScript
- Homepage: https://developers.e-com.plus/modules-api/
- Size: 504 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# modules-api
E-Com Plus Mods API Node.js App[REST API reference](https://developers.e-com.plus/modules-api/)
# Technology stack
+ [NodeJS](https://nodejs.org/en/) 12.x
+ [REST Auto Router](https://github.com/leomp12/nodejs-rest-auto-router) npm package# Setting up
```bash
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:```bash
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.