Testing all API end points for an ecommerce node app running on vps

Опубликовано: 11 Июнь 2026
на канале: Logan Lee
30
0

I've set up a reverse proxy to serve locally running node js app from my vps' public IP address.

Locally running node js app serves the purpose of a back-end for an ecommerce app (made by kaloraat) as part of a udemy course.

I test every ecommerce API end points that are served by locally running node js app from my vps.


Here is an API documentation that I wrote: https://github.com/gunitinug/ecommerc...