Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 2.48 KB

README.md

File metadata and controls

82 lines (52 loc) · 2.48 KB

URL Shortner

This is an app used to shorten the large and clumsy-looking URLs into smaller ones.

GitHub issues GitHub forks GitHub stars GitHub license Open Source Love svg1 PRs Welcome contributions welcome GitHub contributors

Setup Instructions

Clone the repo in your local system

git clone https://github.com/1010varun/urlShortner.git

Install server

cd server
pip install -r requirements.txt

Run the development server with

python manage.py runserver

Now install client with the following steps:

Install node requirements

cd client
npm i

Run the development server with

npm run dev

Tech Stack

Client: HTML, CSS, JavaScript, Tailwind CSS, VITE, React JS

Server: Python, Django

Features

  • Shorts the given URL and will provide redirection on being called.
  • Converts clumsy-looking URLs into a small one

Contributing

Contributions are always welcome!

See contribution.md for ways to get started.

Always make a PR in the test branch

Our Amazing Contributors

Support++

This project needs your shiny star ⭐.
Don't forget to leave a star ⭐️

forthebadge made-with-javascript forthebadge

Made with ❤ by varun (@1010varun)