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

Latest commit

 

History

History
30 lines (18 loc) · 1.83 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.83 KB

Lite-Link-Shortener

A lite link shortener service that is able to generate short links with its own qr code. Made with Express, TailwindCSS and MerakiUI for fun.

📸 Photos

Some preview images of the link shortening service. Preview1 Preview2

Install

After installing or cloning a copy of lite-link-shortener install the dependencies with your package manager of choice. npm i

From here, have a SQL database setup with a database ready with any name and start the server using the start command. npm start

Go to your browser and follow the install instructions at localhost:3000 and place the needed information in. For changing config files manually, go to src/config.json for database settings, branding, server port and other kinds of settings available.

🏗️ Credits