Skip to content

A service that will make your long link a little bit shorter.

License

Notifications You must be signed in to change notification settings

UladzislauBaranau/shorter-URL

Repository files navigation

Shorter URL: service for shortening long links

Project Testing Codecov License: MIT

The user enters an original long URL address and gets a short unique URL as a response. The project includes four pages. There is an authorization page, registration page, page for shortening your links, and page with all your short and original links.

Technical Requirements/Installation and Running

Requirements

  1. Python 3.8+
  2. Django 3.2+

Installation and running

The project is always available here. If you want to start the project locally, run the following commands, after that, it will be launched on your local server http://127.0.0.1:8000/.

Development tools
python3 -m venv .venv
. ./.venv/bin/activate
pip install -r requirements.txt
Running migrations
python3 manage.py migrate
Running local server
python3 manage.py runserver

License

See MIT license.

About

A service that will make your long link a little bit shorter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published