Skip to content

juntaki/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

url-shortener

Shorten URL and generate QR code.

url-shortener

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: "<your-recaptcha-secret>"

Run commands to deploy app to GAE.

gcloud config set project <project-name>
gcloud app deploy

About

URL shortener for your own, deploy on GAE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published