Skip to content

joiller/cache-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This is a submission for the Caching Proxy in roadmap.sh

How to Run

Clone the repository and run the following command:

git clone https://github.com/joiller/cache-proxy.git
cd cache-proxy

Run the following command to start the server:

go build main.go
go run main.go --origin http://dummyjson.com --port 8080

In another terminal to run the following command to test the server:

# Test the server
curl http://localhost:8080/docs

# Clear the cache
go run main.go --clear-cache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages