A complete CLI Proxy API project that allows forwarding API requests and managing admin operations.
To install the necessary dependencies, run:
npm installTo start the server, run:
node index.jsCreate a .env file to configure your environment variables. Use the .env.example file as a reference.
GET /admin/some-endpoint
POST /proxy/some-proxy-endpoint
MIT License.