Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecomplus/procedures
Handle the most common E-Com Plus Store API procedures
https://github.com/ecomplus/procedures
ecommerce-automations ecomplus ecomplus-apps
Last synced: about 1 month ago
JSON representation
Handle the most common E-Com Plus Store API procedures
- Host: GitHub
- URL: https://github.com/ecomplus/procedures
- Owner: ecomplus
- License: apache-2.0
- Created: 2018-11-06T21:23:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T02:52:11.000Z (over 3 years ago)
- Last Synced: 2024-11-06T23:35:04.175Z (3 months ago)
- Topics: ecommerce-automations, ecomplus, ecomplus-apps
- Language: JavaScript
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# procedures
[![CodeFactor](https://www.codefactor.io/repository/github/ecomplus/procedures/badge)](https://www.codefactor.io/repository/github/ecomplus/procedures)
[![license gpl](https://img.shields.io/badge/License-Apache-orange.svg)](https://opensource.org/licenses/Apache-2.0)## Common Procedures Manager
App to handle the most common E-Com Plus Store API procedures### Environment variables sample
Variable | Value
--- | ---
`LOGGER_OUTPUT` | `~/app/log/logger.out`
`LOGGER_ERRORS` | `~/app/log/logger.err`
`LOGGER_FATAL_ERRORS` | `~/app/log/_stderr`
`PROXY_PORT` | `3000`
`PROXY_AUTH` | `auth_token`
`DB_HOST` | `localhost`
`DB_NAME` | `appdb`
`DB_USERNAME` | `dbuser`
`DB_PASSWORD` | `dbpassword`
`ECOM_AUTH_DB` | `~/app/db.sqlite`
`APP_BASE_URI` | `https://app.ecomplus.biz/api/v1`## Production server
Published at https://cpm.ecomplus.biz
### Continuous deployment
When app version is **production ready**,
[create a new release](https://github.com/ecomplus/procedures/releases)
to run automatic deploy from `master` branch.