Skip to content

A reverse proxy for redirecting any type of request.

Notifications You must be signed in to change notification settings

victorvcruz/proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is a proxy in golang

To run project you need Golang, Docker and Docker-compose, installed in your pc

Architecture

How to run project

  1. run sudo docker-compose up -d in root directory
  2. run go mod download in root directory
  3. set the ports and hosts in .env
  4. run go run main.go in root directory
  5. in http://localhost:8080 insert your request

To stop execution run sudo docker-compose down

About

A reverse proxy for redirecting any type of request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages