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

https://github.com/nirmalvatsyayan/go-url-shortner

Shorten - Url shortner in Go
https://github.com/nirmalvatsyayan/go-url-shortner

base62 gin golang jwt mongodb

Last synced: 2 months ago
JSON representation

Shorten - Url shortner in Go

Awesome Lists containing this project

README

          

# go-url-shortner
Restful backend using go-gin, jwt and MongoDb as database.

**Dependencies**

- Golang
- go get gopkg.in/gin-gonic/gin.v1
- go get gopkg.in/mgo.v2
- go get github.com/dgrijalva/jwt-go

- Mongodb
- Mongo instance must be running on local at port 27017
- Current mongo auth is not enabled

**How to Run**

- go run main.go