Skip to content

easyoneweb/easy-router-proxy

Repository files navigation

Easy-Router-Proxy

Easy-Router proxy REST API application.

Setup

Make sure to install the dependencies:

npm install

Environment variables should be put in .env file before building for production. See Environment variables section for more information.

Development Server

Start the development server on http://localhost:${PORT}:

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Environment variables

Application 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.

Additional information

Easy-Router-Proxy is built on NodeJS (^18.20.2), ExpressJS (^4). Please, before proceed be sure to check official documentation on corresponding technology.

Copyright

EasyOneWeb LLC 2020 - 2025. All rights reserved. See LICENSE.md for licensing and usage information.

About

Easy-Router proxy REST API application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors