thiagodebastos / shorturl

URL shortener microservice made with Clean Architecture in mind

Home Page:https://github.com/thiagodebastos/shorturl-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener Microservice

Tech stack

Database | PostgreSQL + Knex query builder Server | NodeJS + Express URL Encoding | Base62 encoding of DB id

Creation Example

POST [project_url]/api/shorturl/new - body (urlencoded) : url=https://github.com/thiagodebastos/shorturl

Usage

[this_project_url]/api/shorturl/n*

* decoding n with base62 results in 1. Lookup in DB WHERE id = 1 will give the result.

Will redirect to

https://github.com/thiagodebastos/shorturl

About

URL shortener microservice made with Clean Architecture in mind

https://github.com/thiagodebastos/shorturl-client


Languages

Language:JavaScript 81.5%Language:HTML 13.0%Language:CSS 5.5%