Skip to content

A URL shortener service, written in Go and presented using Angular

License

Notifications You must be signed in to change notification settings

riyasyash/shrink-ray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shrink-ray

A url shortener service written using Go and presented using Angular

link: http://shrinkray.riyasyash.me

Screenshot

Build

  • backend : set a GOPATH and run go build main.go in the backend directory

Checkout the backend directory for instructions on setting up the dev environment

  • frontend : run ng build --prod in the frontend dir

Deploy

  • backend : run the goweb.service in config directory
  • frontend: Install nginx and setup the nginx.default from config directory

contribute

  • Use It
  • Find Bugs
  • Add issues
  • Fix issues
  • Create PRs

Happy Shrinking!

update 5