/Link-Shortener

Link-shortener made with django 4.1.1

Primary LanguagePython

Link Shortener

This is link shortener app made in Django(4.1.1). You can shorten your urls with or without logging in. After logging in, you can see more about your shortened urls on a separate page. All the urls which are shortened while you are logged in can be seen on this page with the no of visits. Project is live here.

Instructions

1. Installation

Make sure to have python version 3.8 or higher.
Clone this repo on your system.

2. Installing dependencies

Run following cmd to install all required dependencies of the project.
pip3 install -r requirements.txt

3. Running Migrations

To run migrations.
python3 manage.py makemigrations
python3 manage.py migrate

4. Running Locally

To run the project locally, run following cmd.
python3 manage.py runserver
This will run your project at 8000 port by default.

Project Snapshots

Home Page

Home

Login

Login

Register

Register (1)

Your Links Info

Links Info