An open API service indexing awesome lists of open source software.

https://github.com/shankytiwari/building-a-url-shortener-with-golang-and-redis

Building a URL Shortener with GoLang and Redis
https://github.com/shankytiwari/building-a-url-shortener-with-golang-and-redis

golang redis url-shortener url-shortener-microservice

Last synced: 7 months ago
JSON representation

Building a URL Shortener with GoLang and Redis

Awesome Lists containing this project

README

          

# Building a URL Shortener with GoLang and Redis

How URL shorteners work and how we can develop the POD application using GoLang and Redis.

## Installtion

Below command will Install all the dependencies recursively.

```bash
go get -d ./...
```

## Starting the GO server

Use the below command to create executable and the run executable.

```bash
go build
```