Corty.co is a simple and efficient URL shortener app written in Go. It allows users to shorten long URLs into concise, easy-to-share links.
- Shorten URLs: Convert long URLs into short, shareable links.
- Redirects: Redirects users to the original URL when the short link is accessed.
This is using the The LeapKit template with Postgres.
$ git clone https://github.com/wawandco/cortico.git
$ cd cortico
$ go mod download
$ go run ./cmd/setup
To run the application in development mode execute:
$ kit s
And open http://localhost:3000
in your browser.
DATABASE_URL
BASE_URL