authenticated-mirror-server

1.0.3 • Public • Published

authenticated-mirror-server

GitHub license Known Vulnerabilities

A local server that mirrors your protected production API endpoints. It lets you connect your local app to your remote server with protected request header.

Get started

  • cp .env.template .env
  • npm start

Inside .env, define the credentials required for making requests to the your endpoints. The default port is 8888. After you have finished setting up the .env, run npm start, then you will have a local proxy up and running on http://localhost:[PORT]

Next, you will have to update your app to make requests to http://localhost:[PORT] instead in your local development environment.

Unit test

This module uses Jest and Supertest to perform a quick async unit test on the Node server.

npm test

Package Sidebar

Install

npm i authenticated-mirror-server

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

19.2 kB

Total Files

23

Last publish

Collaborators

  • jeffong