Skip to content

codepnw/go-short-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short URL

Generate short url using golang, mongodb

Installation

git clone https://github.com/codepnw/go-short-url.git

cd go-short-url

## run
go run cmd/main.go

## build
go build -o short-url cmd/main.go

Config

create .env as root path

DB_HOST=
API_VERSION=
PORT=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages