Skip to content

ecomplus/modules-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5149f2 · Jan 25, 2025
Feb 9, 2023
Oct 27, 2018
Nov 14, 2019
Jul 21, 2023
Jan 25, 2025
Aug 24, 2019
Jan 24, 2022
Jan 25, 2025
Mar 8, 2018
Oct 20, 2021
Jun 21, 2019
Nov 20, 2018
Jan 25, 2025

Repository files navigation

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.