Skip to content

Repository files navigation

HTTP Proxy Manager

This is a simple Go application template with a pre-configured logger and a library to handle configuration file and env variables. It also contains basic dependencies for testing and http request. By default the module name is "service", if you want to change it, please remember to change it in the imports too.

Development Local

To develop the service locally you need: - Go 1.18+

To start the application locally

go run proxy-manager

By default the service will run on port 8080, to change the port please set HTTP_PORT env variable

Testing

To test the application use:

go test -v

Versioning

To create a new version:

VERSION=<VERSION> make version 

About

A simple yet blazing fast proxy service that can be used to centralize request proxying.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages