Skip to content

shivendrasinghtanwar/urlShortner

Repository files navigation

urlShortner

A simple Tiny URL maker implemented in GO

Setting Up The Environment

Install Go

Also you need mongoDB (If you are running my implementation)

Although this has been made in a way that you can use any database with it

Clone the repo in the src folder of your Go Installation-

git clone https://github.com/shivendrasinghtanwar/urlShortner.git

Type the following command in your project directory to get all the dependencies

dep ensure

Now to run the app give -

go run *.go

The Application starts running on - (For Now)

127.0.0.1:5000

OR

Give the following command to build the app.

go build .

A single executable file named 'urlShortner' will be formed that can be then run from the terminal.

About

A simple Tiny URL maker implemented in GO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages