Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/otumian-empire/go-url-shortener


https://github.com/otumian-empire/go-url-shortener

Last synced: 9 days ago
JSON representation

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