Url shortner
Go to file
Nicolai Ort 5e9dec640a
Implemented a simple table for storing visits
2021-08-14 09:15:15 +02:00
migrations Implemented a simple table for storing visits 2021-08-14 09:15:15 +02:00
src Added api route for getting basic information about an url 2021-08-14 09:03:18 +02:00
.env Added default dev env 2021-08-12 21:50:46 +02:00
.gitignore Added sqlite stuff to ignore 2021-08-12 20:13:18 +02:00
knexfile.js Updated prod db config to sqlite 2021-08-12 20:14:54 +02:00
package.json Added knex migration as package script 2021-08-14 08:48:10 +02:00