To download this project, please do: git clone https://github.com/tun43p/url-shortener.git
.
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
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
- tun43p - Initial work - tun43p.
This project is licensed under the MIT License, see the LICENSE file for details.