Reference for creating proxy REST API's
This test proxy uses https://dummyjson.com/ for testing
Initialize the environment variables, .env file
cp .env.example .env
To build the application or check if it's working, run:
make build
To run or start the proxy application: build, install, and run:
make
To install, run:
make install
To test, run:
make test