Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otumian-empire/go-url-shortener
https://github.com/otumian-empire/go-url-shortener
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/otumian-empire/go-url-shortener
- Owner: Otumian-empire
- Created: 2023-08-10T09:04:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-12T01:42:41.000Z (over 1 year ago)
- Last Synced: 2023-09-05T03:44:03.579Z (over 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-url-shortener
**URL Shortener**: Build a web application that takes long URLs and converts them into shorter ones, which can be used for redirection.
## Tools/Dependencies
- [gin](github.com/gin-gonic/gin)
- [mysql](github.com/go-sql-driver/mysql)
- Make to easily run## Run
- `make tidy` to install packages
- `make lammp` to start apache server
- `make klammp` to stop apache server
- `make app` to run the app