johnny-butter / short-url

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

short-url

Description

  • Turn web url into 5 words.
  • Expire short url after 300 seconds. Re-counting the time if anyone connect to the short url before it expired.
  • List all availables short urls.

Pre-Conditions

How to start

  • Configure environment variables
mv .env.example .env
  • Start service:
sh manage.sh start_service
  • Visit http://127.0.0.1:5000/short-url/home

  • Stop service:

sh manage.sh stop_service

How to test

  • Run tests (container)

    • Execute test command
    sh manage.sh test
  • Run tests (local)

    • Ensure redis is set
    • Configure .env_test && TestSettings in settings.py
    • Set environment variable
    export FLASK_ENV=test
    • Execute test command
    pytest --cov

About


Languages

Language:Python 72.3%Language:HTML 16.8%Language:JavaScript 5.2%Language:Shell 4.8%Language:Dockerfile 1.0%