Url Shortener is used to shorten the large urls. Hitting the shorten url will redirect it to the original url
Install Go on your system
- Clone the repository
git clone https://github.com/Munadil16/url-shortener-server.git- Navigate to repo
cd url-shortener-server-
Setup the .env file
With the help.env.examplefile, create a .env file in the root -
Start Server
go run main.go