bitspaceorg / url-shortner

This open-source tool allows you to shorten long web addresses into concise, easy-to-share links. Say goodbye to lengthy URLs and optimize your online sharing experience.
https://urlshortener.bitspace.org.in
11 stars 36 forks source link

[FEAT] : url validation #5

Closed navi-prem closed 1 year ago

navi-prem commented 1 year ago

Description

Merging this commit will allow for a proper management of the database and prevent the over-clocking of data in the database holding the data.

Features

Ensures that the data stored in the database are unique. Ensures that the URL provided by the user is a actual valid URL and is not a broken URL.

Advantages

Efficient usage of the database due to proper management of the database and prevent the usage of any extra memory in the database.

Testing

The above mentioned features have been tested for their efficiency and hence been improved to my utmost capabilities.

Request for review

Please take a look and it would be helpful for me if you would provide me with your insights.

Preview

https://user-images.githubusercontent.com/120002392/232714270-b1ed1513-5d84-45b9-80f9-ebe3d4e01bfa.mp4

RahulNavneeth commented 1 year ago

LGTM 👍