Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

gxskpo/shortener

Repository files navigation

Url shortener

A simple link shortener made with Next.JS using PostgreSQL as database.

Next JS Postgres Vercel

Operation

  • CRC-32 is used to generate keys for URLs.
  • The original hashes and URLs are stored using Vercel Postgres.

Licensing

This project is licensed under the MIT License wich has the following conditions:

  • You are allowed to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software.
  • You must include the original copyright notice and permission notice in all copies or substantial portions of the software.
  • The software is provided without warranty of any kind.
  • The authors or copyright holders are not liable for any claim, damages, or other liability arising from the software or its use.
  • Redistributions of the software must include an attribution statement acknowledging the original authors or contributors.