Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 774 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 774 Bytes

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