Skip to content

MowlCoder/go-url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✂️ URL Shortener

💡 Overview

It is server api project that allows you to short urls, to get your shortened urls and to redirect from short url to original url.

💻 Technologies

  • Language: Go
  • Database: Postgres
  • Documentation: godoc, Swagger 2.0
  • Protocols: HTTP, gRPC

▶️ Getting started

To get started with this app, follow these steps:

  1. Clone the Repository:
git clone https://github.com/MowlCoder/go-url-shortener.git
  1. Install Dependencies:
go get .
  1. Configure Settings: Create an .env file and populate them based on the .env.example file
  2. Run application:
make server

📝 Documentation

API documentation is available in the docs directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published