Short link service built on golang
- echo
- qmgo
- redis
- mongodb
- Long links -> Short link
- Jump to the original url by visiting the short link
- Query the original link through the short link
- redis
- mongodb
Set up the above environment and modify the configs/config.yaml
scripts/build.sh # Use scripts/build.bat on Windows
- Access swagger page: http://ip:port/swagger/index.html
Released under the MIT License