/tapshort

Shorten your url's and store them in a SQL database.

Primary LanguageHTML

tapshort 🎬

Short URL (demo)

Capture d’écran 2022-07-06 123127

Configuration

//index.js
var connection = mysql.createConnection({
    host: '',
    user: '',
    password: '',
    database: ''
});
var port = 8989

and create a sql table entitle url

Need help ?

1- Check the wiki

2- Come to this Discord

Enjoy you to short your url on http://localhost:8989 now !