Categorygithub.com/MowlCoder/go-url-shortener
module
0.0.0-20240215220921-7b5a127e6df5
Repository: https://github.com/mowlcoder/go-url-shortener.git
Documentation: pkg.go.dev

# README

✂️ 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.

# Packages

No description provided by the author
Package docs Code generated by swaggo/swag.
No description provided by the author
No description provided by the author