Cortris is a simple url shortener https://adalricus.nand.sh/projects/cortris
Go to file
2020-02-02 23:36:26 +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
main.go Arrange Variables 2020-02-02 23:36:26 +05:30
README Initial Commit 2020-02-02 21:19:06 +05:30

Cortris
=======

Cortris is a simple url shortener

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

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