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.
Some preview images of the link shortening service.
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.
- ExpressJS - [MIT] used as a lite web framework due to its manual control and ease of use.
- TailwindCSS - [MIT] CSS framework providing a stable modern design.
- MerakiUI - [MIT] providing TailwindCSS components for development.
- EJS - [Apache License 2.0] Templating Language.
- Express EJS Layouts - [MIT] for ejs layout support.