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.
Make sure to have python version 3.8 or higher.
Clone this repo on your system.
Run following cmd to install all required dependencies of the project.
pip3 install -r requirements.txt
To run migrations.
python3 manage.py makemigrations
python3 manage.py migrate
To run the project locally, run following cmd.
python3 manage.py runserver
This will run your project at 8000 port by default.
Home Page
Login
Register
Your Links Info