Skip to content

wowser20/go-rest-proxy

Repository files navigation

go-rest-proxy

Reference for creating proxy REST API's

This test proxy uses https://dummyjson.com/ for testing

How to run locally

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

About

Reference for creating proxy REST API's

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published