This URL shortener is a Web site that will create a short and customised Uniform Resource Locator (URL) or Web page address from a long one so that the short version, which is easier to remember and enter, can be used instead.
Technologies used:
- Python/ Django framework
- MongoDB
- clone the project
git clone https://github.com/khatryshikha/url-shortener.git
- cd to project folder
cd url-shortener
and create virtual environmentvirtualenv venv
- activate virtual environment
source venv/bin/activate
- install requirements
pip install -r requirements.txt
- run the server
python manage.py runserver
This prjoect is also hosted on heroku using Mlab DaaS : https://urlproject.herokuapp.com/