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

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

Awesome Lists containing this project

README

          

# url-shortener

Shorten URL and generate QR code.

![url-shortener](https://user-images.githubusercontent.com/5100568/38465564-40d7b79e-3b58-11e8-978f-304193d4f5c3.gif)

## 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
~~~