/url-shortener

Create url shortener using django!

Primary LanguagePythonMIT LicenseMIT

Url Shortener

Create url shortener using django!

How to Run Project

Download Codes

git clone https://github.com/dori-dev/url-shortener.git
cd url-shortener

Build Virtual Environment

python3 -m venv env
source env/bin/activate

Install Project Requirements

pip install -r requirements.txt

Migrate Models

python manage.py makemigrations shortener
python manage.py migrate

Add Super User

python manage.py createsuperuser

Run Codes

python manage.py runserver

Open On Browser

Home Page 127.0.0.1:8000

Admin Page 127.0.0.1:8000/admin

Links

Download Source Code: Click Here

My Github Account: Click Here