Portfolio Django Link Shortner

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.

  1. Clone the repository with git clone https://github.com/shahabmohammadi/Portfolio.Django.LinkShortner.git.
  2. Open the repo directory in a new OSX/Linux terminal or Windows command-line.
  3. Run pip install -r requirements.txt.
  4. Run python manage.py makemigrations.
  5. Run python manage.py migrate.
  6. Run python manage.py runserver.
  7. Open your browser with http://127.0.0.1:8000/ address and enjoy this project.

Please checkout my page on Github.io thanks.