A lightweight Url shortener script built with flask framework and the python language
سكريبت بسيط لإختصار الرّوابط، مبني بلغة بايثون وإطار العمل فلاسك
-
Python
-
Virtualenv tool
pip install virtualenv
-
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