Node.js self hosting for development

Hi, I’m working on a node.js whitelist system for my friends group, and I’m wondering how I could test it on my local machine, thanks!

I use windows 11 pro.

I’ve changed the category to be more suitable, I don’t know what your framework or script looks like, so context is necessary.

It has a few endpoints I need for testing:

/whitelist
/getwl
/transfer
/return
/getlatest

Right… So which API framework are you using?

i dont know lol
2002002002020202020

might be router?

Heres a good solution, if I understand correctly (you want to host a test api from your pc). Try ngrok

Hi, I found a solution, my problem was discord.js wasn’t installed, it is now installed and everything works :slight_smile:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.