Skip to content
/ Tidis Public

A tidy and private way of shortening any kinds of URLs

Notifications You must be signed in to change notification settings

luizfx22/Tidis

Repository files navigation

Tidis.net

A tidy way to shorten your links.

Total alerts Language grade: JavaScript

What is Tidis? That company in Watch Dogs?

The answer is, no! Tidis is an url shortener focused in privacy, without tracking, ads or any other type of harmful stuff for your privacy keeping you links shortened in a tidy way, that's why the name.

This project is made of what?

This project is built using Vercel's NextJS template, ExpressJS and MongoDB for database, all of this written in TypeScript. On the other hand, the front-end uses React (which is included in NextJS template).

Development

To develop this project you must have NodeJS v14.15.4+ installed!

  1. Install Yarn
$ npm i -g yarn
  1. Clone this repository by downloading via browser (you must extract the zip contents into a separated directory) or via git clone
  2. Open a terminal in the directory
  3. Run development server
$ yarn dev