Skip to content

PureLeach/go-url-shortener-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener Service

This is a URL shortening service built using Go. It allows users to shorten long URLs and redirect them to their original destination.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/PureLeach/go-url-shortener-service.git
  1. Copy the settings file and change them:
cp example.env .env
  1. Build the project:
make build
  1. Run the project:
./url-shortener-service

The server will start running on http://localhost:8080

About

Pet project on go. Link Shortener Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published