Skip to content

mohsensamiei/link-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Link Shortener

Implement link shortener in GO language

Standards

Running

  • Setup in local env:

    make up MODE=local
    make down MODE=local
  • Run a service in local env:

    make run SERVICE=[service name]
  • build docker image of a service:

    make build SERVICE=[service name] VERSION=[version tag]
  • Setup in release env:

    make up MODE=release
    make down MODE=release

About

link shortener in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages