A website that allows you to transform an url to a short url. You can access the website here.
First, create the .env file and fill the informations needed.
cp .env.example .env
If you want to launch it in production mode, you can juste run the docker container:
docker-compose up -d
If you want to launch it in development mode, you can run the following commands:
npm install
npm run dev