-
Notifications
You must be signed in to change notification settings - Fork 2
Starting RoProxy
Insanerst edited this page Dec 6, 2024
·
2 revisions
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.
To make it run locally,
- Clone this repo:
git clone https://github.com/insanerest/RoProxy-API.git
- Install dependencies:
npm install
- Start the project:
cd RoProxy-API
node server.js
After that, the endpoints of the project should be accessible at http://localhost:3000
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