Git Product home page Git Product logo

obum.me's Introduction

A simple URL shortener for links to articles I've written, my profiles, and videos I've made.

How it works

Frontend

This URL shortener has two frontends, the public facing site (the shortener itself) and the admin site.

Public

All routes to the public obum.me are sent to the backend. There if the short link exists, the backend redirects to the saved long link. If the given short link route has not been set, obum.me displays a custom 404 page.

However, visiting obum.me redirects you to my portfolio website at obumnwabude.com.

Admin

I shorten links in this admin dashboard. In itself, it is accessible to the public as a subdomain, that is, admin.obum.me. There, all shortened links are displayed out to the public.

However, access to editing the links is only via the admin account set with Firebase Authentication.

Backend

This URL shortener is entirely built on Firebase:

  • The short and long links are stored in Firestore database.
  • Cloud Functions do the actual checking of shortened URLs and redirect as necessary.

obum.me's People

Contributors

obumnwabude avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.