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
- Host: GitHub
- URL: https://github.com/nirmalvatsyayan/go-url-shortner
- Owner: NirmalVatsyayan
- Created: 2017-06-29T08:48:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T09:37:24.000Z (about 9 years ago)
- Last Synced: 2025-11-30T11:26:15.263Z (7 months ago)
- Topics: base62, gin, golang, jwt, mongodb
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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