Skip to content

ankit435/murls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code style: black Build Server Build Flutter

logo

Murls

Murls is an advanced URL Re-director capable of handling huge number of URLs with some advanced redirection capabilities.

It is not just a simple server redirecting URLs, or a simple app creating URLs. Actually, it is a combination of all including a superfast Web Server, a secure Mobile App and a handy Chrome Extension.

Screenshots

Web Extension

web extension screenshot

Mobile App

mobile app screenshot

Running Server

server_image

Tech Stack

ServerMobileWeb Extension
Django, Django Rest FrameworkFlutterPreact
NginxFlutter App_AuthMaterial-UI
PostgreSQLFlutter Secure StorageReact Icons
RedisFL_Chart-

Extra Features

1. Actually Fast

We said superfast. There's a reason for that!

We implemented a new concept called boosted urls which is faster than the normal urls (those not boosted by Murls). Boosted URLs use Redis to get the location of the redirected URL. This process is much faster than the normal querying of the PostgreSQL database.

2. Metrics and Details

The Murls Server is tracks the details of the request and asynchronously saves those details (along with the IP Address and Time) into the database for a particular URL.

The Murls Mobile App takes care of displaying those details to the user in a detailed graph and the number of visits for that URL.

3. Auth0 Authentication

For a smooth and to have a better track of the users in the organization, we used Auth0 for handling authentication and user management.

All the apps, including the server, the mobile app, and the web extension use auth0 as a single source of truth for managing auth.

Authors

License

 MIT License

Copyright (c) 2021 ankit435

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.