Skip to content

steelx/urlshortnr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example

Generate short url

curl -H "Content-Type: application/json" -X POST -d '{"url":"http://www.google.com"}' http://localhost:8080/encode/

Response: {"success":true,"response":"http://localhost:8080/1"}

Info

Visit in browser http://localhost:8080/info/1

Installation

gulp

npm install
npm i -g gulp-cli

gulp watch

RUN

go run main.go

About

URL Shortner with GoLang + PostgreSQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published