A URL shortenerenhancer written Go. Probably the 18 billionth one, but tonight I decided to write some Golang out of nowhere and figured this is a simple (albeit bandwagonny) place to start. Added some RESTful API consumption and math/rand
fiddling to make it more unique and fun for myself. Still, nothing more than a quut little side project to learn some Go. Honestly, love it so far. Will be back for more.
- Clone the repo:
git clone https://github.com/blsmxiu47/gorter.git
- Install dependencies and compile:
cd gorter && go build -o gorter.o main.go
- Run the app:
go run .
- Open your browser to:
http://localhost:8080