URL shortener project made using Django
View Demo
·
Report Bug
This is a URL Shortening website made using Django, where you can customize the slug or let the website create it randomly.
To get a local copy up and running follow these simple steps.
You need Python 3 🐍 or later. In Ubuntu, Mint and Debian you can install Python 3 like this:
$ sudo apt-get install python3 python3-pip
For other Linux flavors, macOS and Windows, packages are available here.
You'll also need pipenv, to install it use:
$ pip install pipenv
1- Clone the repo :
$ git clone https://github.com/Aymane11/url-shortener.git
2- Install requirements :
$ cd url-shortener
$ pipenv install
3- Run the project :
$ python manage.py runserver
- Fork it 🍴
- Change it 🔧
- Open a Pull Request 🔃
Thanks to @s0v1x for his help making this project.
Distributed under the MIT license. See LICENSE
for more information.