Cortris is a simple url shortener https://adalricus.nand.sh/projects/cortris
Go to file
Adalricus Ovicula 63cec1ffdc
Make random string generator better
2020-02-02 23:31:07 +05:30
static Initial Commit 2020-02-02 21:19:06 +05:30
templates Initial Commit 2020-02-02 21:19:06 +05:30
LICENSE Initial Commit 2020-02-02 21:19:06 +05:30
README Initial Commit 2020-02-02 21:19:06 +05:30
main.go Make random string generator better 2020-02-02 23:31:07 +05:30

README

Cortris
=======

Cortris is a simple url shortener

Database Structure
------------------
Database Name: cortris

shortURL: Not Null
time:     Not Null
url:      Primary Key & Not Null