TapsHTS / tapshort

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

Home Page:http://tapservice.fr.nf:8989

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 !

About

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

http://tapservice.fr.nf:8989


Languages

Language:HTML 50.5%Language:JavaScript 49.5%