Skip to content

tun43p/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

Table of contents

Getting started

Download

To download this project, please do: git clone https://github.com/tun43p/url-shortener.git.

Start application in development mode

To start the application, please do:

API_HOST="localhost:8080" API_KEY="secret" API_DATABASE="urls.db" GIN_MODE="debug" go run cmd/app/main.go

Start application in production mode

To start the application, please do:

API_HOST="localhost:8080" API_KEY="secret "API_DATABASE="urls.db" GIN_MODE="release" go cmd/app/main.go

Authors

  • tun43p - Initial work - tun43p.

License

This project is licensed under the MIT License, see the LICENSE file for details.

About

Simple URL shortener written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages