Skip to content

Starting RoProxy

Insanerst edited this page Dec 6, 2024 · 2 revisions

Two Ways

There are 2 ways to use RoProxy, the first being clone it and running it locally, the second one is to also clone it, but instead of running it locally, you host it publicly.

Way 1 (Running Locally)

To make it run locally,

  1. Clone this repo:
git clone https://github.com/insanerest/RoProxy-API.git
  1. Install dependencies:
npm install
  1. Start the project:
cd RoProxy-API
node server.js

After that, the endpoints of the project should be accessible at http://localhost:3000




Way 2 (Hosting Publicly)

For your convenience, we made it so that instead of you needing to clone and host it yourself, we made a public link available to everyone at
https://roproxy-api.onrender.com. For more about usage, click here

Clone this wiki locally