Skip to content

Implemented RESTful API endpoints allowing users to create custom aliases for URLs.

Notifications You must be signed in to change notification settings

abhishekmuhuri/URLShortener-DRF-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShortURL Service

A Django-based web service for shortening URLs.

Overview

This project provides a RESTful API for shortening and managing URLs. Users can create short aliases for their long URLs and manage them through the provided API endpoints.

Features

  • Shorten long URLs into easily shareable aliases.
  • View a list of shortened URLs associated with your account.
  • Redirect to the original URL using the short alias.

Technologies Used

  • Django
  • Django REST Framework
  • Django SimpleJWT
  • SQLite (default database)
  • Other dependencies as specified in requirements.txt

About

Implemented RESTful API endpoints allowing users to create custom aliases for URLs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published