https://github.com/laupski/url-shortener
PoC URL Shortener Project
https://github.com/laupski/url-shortener
ajax docker docker-compose etcd golang url-shortener
Last synced: 5 months ago
JSON representation
PoC URL Shortener Project
- Host: GitHub
- URL: https://github.com/laupski/url-shortener
- Owner: laupski
- License: apache-2.0
- Archived: true
- Created: 2021-05-16T02:14:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-17T19:01:19.000Z (about 5 years ago)
- Last Synced: 2025-08-09T21:44:10.206Z (11 months ago)
- Topics: ajax, docker, docker-compose, etcd, golang, url-shortener
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# URL-Shortener [](https://circleci.com/gh/laupski/url-shortener) [](https://goreportcard.com/report/github.com/laupski/url-shortener) [](https://codecov.io/gh/laupski/url-shortener)
Proof of concept URL shortener project using Go, etcd and docker.
## Requirements
* `go` installed
* `docker` installed
## Initial Setup
To run out of the box, do the following:
* `cp example-config.toml config.toml`
* `docker-compose up`
* Navigate to localhost:8000 and the web page should appear.