Skip to content
forked from adyouri/qssrtk

قصّرتك، سكربت لتقصير الرّوابط الطّويلة

Notifications You must be signed in to change notification settings

mohanad-mw3/qssrtk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qssrtk | قصّرتُك

A lightweight Url shortener script built with flask framework and the python language

سكريبت بسيط لإختصار الرّوابط، مبني بلغة بايثون وإطار العمل فلاسك

Get started | تشغيل التّطبيق على جهازك

Requirements | المُتطلّبات

  • Python

  • Virtualenv tool

      pip install virtualenv
    

Build it | بناء التّطبيق

  • Create a new virtual environment | أنشئ بيئة وهميّة

      virtualenv venv
    
  • Install dependencies | نصّب الإعتماديات

      pip install -r requirements.txt
    
  • Run the create_db.py script | نفّذ سكربت إعداد قاعدة البيانات

      python creat_db.py
    
  • Start the server | شغّل الخادوم

      python routes.py
    

About

قصّرتك، سكربت لتقصير الرّوابط الطّويلة

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.3%
  • CSS 25.1%
  • HTML 16.4%
  • JavaScript 15.2%