Skip to content

A Fast URL Shortener, shortens The given URL using UUID.

Notifications You must be signed in to change notification settings

kushagra-aa/shorturls

Repository files navigation

ShortUrls

logo

Click Here To Visit

A Fast URL Shortener,

It shortens The given URL using UUID.

Made using JavaScript and Django

Built with 🤍 For You!

Screenshots

image image image image

Run Locally

Clone the project

  git clone https://github.com/kushagra-aa/shorturls.git

Go to the project directory

  cd shorturls

Install dependencies

  pip install -r requirements.txt

then run

python manage.py migrate

create admin account

python manage.py createsuperuser

then

python manage.py makemigrations

to makemigrations for the app

then again run

python manage.py migrate

to start the development server

python manage.py runserver

and open localhost:8000 on your browser to view the app.

About

A Fast URL Shortener, shortens The given URL using UUID.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published