Skip to content

Welcome to ShortMe, where we simplify the web one link at a time! Our URL shortening service is designed to make your links manageable and easy to share.

Notifications You must be signed in to change notification settings

gunjargepd/ShortMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShortMe

Welcome to ShortMe, where we simplify the web one link at a time! Our URL shortening service is designed to make your links manageable and easy to share. Say goodbye to long, complicated URLs and hello to concise, user-friendly links that retain the essence of your message.

To try out in action, visit https://shortme.co.in

Core Idea:

ShortMe addresses the inconvenience of lengthy URLs by providing a user-friendly platform to shorten them, simplifying sharing and improving digital communication.

Problem Being Addressed:

Cumbersome URLs hinder effective communication and user experience. ShortMe resolves this by offering a solution to shorten URLs, making them more manageable for sharing and eliminating associated errors and frustration.

How the Problem is Being Solved:

ShortMe simplifies the sharing process by allowing users to input long URLs and generating concise alternatives. This ensures accurate communication and a more efficient user experience, alleviating the challenges of dealing with lengthy web addresses.

Addressing a Clear Need:

In a digital age, where sharing information is constant, ShortMe fulfills the need for an efficient and user-friendly URL management solution, providing a straightforward way to handle lengthy URLs.

Mapped Purpose and Basic Functionality:

The purpose of ShortMe aligns with the problem of cumbersome URLs. Its basic functionality involves users inputting a long URL, and ShortMe generates a shortened version, directly addressing the challenge of lengthy URLs hindering efficient online communication.

Follwoing are few screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Following are the azure tools used in project

Screenshot

To Run

Create a virtual environment

python -m venv env

Activate the environment

For windows

env\Scripts\activate

For linux

source env/bin/activate

Install dependencies

pip install -r requirements.txt

Go to shortme folder

cd shortme

Create .env file refer .env.example

Come back to root folder of project

cd ..

Make migrations for database

python manage.py makemigrations

Migrate

python manage.py migrate

Create the superuser (optional)

python manage.py createsuperuser

Run the Server

python manage.py runserver

About

Welcome to ShortMe, where we simplify the web one link at a time! Our URL shortening service is designed to make your links manageable and easy to share.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published