Skip to content

A website written in NextJS that allows you to transform an url to a short url.

License

Notifications You must be signed in to change notification settings

Mazettt/shortURL

Repository files navigation

Short URL

A website that allows you to transform an url to a short url. You can access the website here.

Built with Next.js and MUI.

Getting Started

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

About

A website written in NextJS that allows you to transform an url to a short url.

Resources

License

Stars

Watchers

Forks

Packages

No packages published