Live demo of this project.
This project integrates django into an online link shortener web aplication, with twitter bootstrap and jquery handling frontend logic and django managing backend reponses.
Technologies
Back-End FrameworkDjango framework
Front-End LibraryJQuery
U-Interfaces PackageTwitter Bootstrap
Installation
Before starting installation make sure you are installing project dependencies in your virtual environment not in system main python interpreter.
- Clone the repository with
git clone https://github.com/shahabmohammadi/Portfolio.Django.LinkShortner.git
. - Open the repo directory in a new OSX/Linux terminal or Windows command-line.
- Run
pip install -r requirements.txt
. - Run
python manage.py makemigrations
. - Run
python manage.py migrate
. - Run
python manage.py runserver
. - Open your browser with
http://127.0.0.1:8000/
address and enjoy this project.
Please checkout my page on Github.io thanks.