Easy-Router proxy REST API application.
Make sure to install the dependencies:
npm installEnvironment variables should be put in .env file before building for production. See Environment variables section for more information.
Start the development server on http://localhost:${PORT}:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewApplication is using environment variables. You have to define:
- PORT on which the server will run locally, default: 3000
- API_KEY (to access application's REST API)
- EASY_ROUTER_HOST
- EASY_ROUTER_LOGIN
- EASY_ROUTER_PASSWORD
You can define all needed variables in .env file in root folder of this application.
Easy-Router-Proxy is built on NodeJS (^18.20.2), ExpressJS (^4). Please, before proceed be sure to check official documentation on corresponding technology.
EasyOneWeb LLC 2020 - 2025. All rights reserved. See LICENSE.md for licensing and usage information.