https://github.com/pixcai/xurl
URL shortener service
https://github.com/pixcai/xurl
Last synced: 4 months ago
JSON representation
URL shortener service
- Host: GitHub
- URL: https://github.com/pixcai/xurl
- Owner: pixcai
- License: mit
- Created: 2018-04-24T09:43:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T06:16:20.000Z (over 7 years ago)
- Last Synced: 2025-05-19T04:38:03.158Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xurl
URL shortener service### Install dependices
Redis: `go get -u github.com/go-redis/redis`Mux: `go get -u github.com/gorilla/mux`
### Run
`go run src/main.go src/routes.go src/xurl.go`And then visit [http://127.0.0.1:9900](http://127.0.0.1:9900) in browser
### Run in Docker
`docker-compose run --rm xurl_build``docker-compose up --build xurl`
### License
MIT