Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kevindasilvas/shortener
Url shortener app made with Go and Gin in less than 8 hours of work
https://github.com/kevindasilvas/shortener
gin gin-gonic go golang
Last synced: 25 days ago
JSON representation
Url shortener app made with Go and Gin in less than 8 hours of work
- Host: GitHub
- URL: https://github.com/kevindasilvas/shortener
- Owner: KevinDaSilvaS
- Created: 2023-04-17T23:07:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T14:27:00.000Z (7 months ago)
- Last Synced: 2024-10-04T01:40:17.189Z (about 1 month ago)
- Topics: gin, gin-gonic, go, golang
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shortener
Url shortener app made with Go and Gin in less than 8 hours of work that uses Redis as databaseThe main reason behind this project is only study purposes, and to follow my general a roadmap of learning a new language:
- Learn language basics
- Create a tictactoe game
- Create a url shortener app(in general is a small app that provide the learning experience needed)
The main challenge was the time to learn Gin and how to work with databases in Go in less than 8 hours and somehow manage to deliver something that works!
Also I had to learn how to install, manage and compile programs with external dependencies, wich generated a bit of trouble
Now I guess I will have to add 10 years of experience in Go and Gin on my linkedin profile, to have the chance to get the goldfish attention span of a recruiter on my profile :P