1.5 KiB
1.5 KiB
Postwoman Proxy
API request builder - Helps you create your requests faster, saving you precious time on your development.
A simple proxy server created for Postwoman and hosted by ApolloTV.
Demo 🚀
Usage 💡
- Clone this repo with git.
- Install dependencies by running
npm install
within the directory that you cloned (probablypostwoman-proxy
). - Compile the TypeScript code with
npm run build
. - Start the production server with
npm start
.
Or with pm2:
- Clone this repo with git.
- Install dependencies by running
npm install
within the directory that you cloned (probablypostwoman-proxy
). - Compile the TypeScript code with
npm run build
. - Start the pm2 process with
pm2 start
.
Developing 👷
- Clone this repo with git.
- Install dependencies by running
npm install
within the directory that you cloned (probablypostwoman-proxy
). - Start the development server with
npm run dev
. - Set the proxy URL in Postwoman to the URL that is logged when you run the proxy.