https://github.com/juntaki/url-shortener
URL shortener for your own, deploy on GAE
https://github.com/juntaki/url-shortener
Last synced: 3 months ago
JSON representation
URL shortener for your own, deploy on GAE
- Host: GitHub
- URL: https://github.com/juntaki/url-shortener
- Owner: juntaki
- License: mit
- Created: 2018-03-31T06:36:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T00:20:51.000Z (over 6 years ago)
- Last Synced: 2025-04-14T01:35:52.574Z (6 months ago)
- Language: Go
- Homepage: https://s.juntaki.com
- Size: 4.51 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# url-shortener
Shorten URL and generate QR code.

## How to start
Edit app.yml for your configuration.
~~~
env_variables:
BASE_URL: "https://s.juntaki.com"
RECAPTCHA_SITE_KEY: "6Lc48lAUAAAAAFehXaHNp0Ys-lS1iUfNtUXd_-eR"
~~~and create secret.yml
~~~
env_variables:
RECAPTCHA_SECRET: ""
~~~Run commands to deploy app to GAE.
~~~
gcloud config set project
gcloud app deploy
~~~