export SERVER_PORT=8080
export CACHE_IN_MINUTE=10
export CACHE_PURGE_IN_MINUTE=5
- GoLang must be installed. Please follow GoLang Installation Instructions if not installed.
1. Clone repository
2. Goto repo directory
3. Run Command : go get
4. Run Command : go run main.go
- Note: You can change environment variables as per your requirements.