A tidy way to shorten your links.
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 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).
To develop this project you must have NodeJS v14.15.4+ installed!
- Install Yarn
$ npm i -g yarn
- Clone this repository by downloading via browser (you must extract the zip contents into a separated directory) or via git clone
- Open a terminal in the directory
- Run development server
$ yarn dev