An open API service indexing awesome lists of open source software.

https://github.com/pollosp/microproxy

Testing echo framework
https://github.com/pollosp/microproxy

Last synced: over 1 year ago
JSON representation

Testing echo framework

Awesome Lists containing this project

README

          

# Microproxy
Testing echo framework

# Objective
Have an / with all static content and proxy pass to /api endpoint

## Running
`docker run -ti -e PROXY=localhost:8081 -e ADDRESS=0.0.0.0:8080 -p 8080:8080 microproxy`