Skip to content

Files

Latest commit

 

History

History
10 lines (7 loc) · 290 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 290 Bytes

ShortURL

A URL shortener using pyshorteners built on Django

Setup

  1. Clone the repository.
  2. Open the folder Activate VirtualENV - env\Scripts\activate
  3. Install necessary requirements - pip install -r requirements.txt
  4. Run the Application - python manage.py runserver