Url shortner
Go to file
Nicolai Ort a4bdb4dca4
continuous-integration/drone/push Build is passing Details
🚀RELEASE 0.0.2
2021-08-14 10:41:17 +02:00
migrations Working registration/auth 2021-08-14 10:26:44 +02:00
src Working registration/auth 2021-08-14 10:26:44 +02:00
.drone.yml Added tag builds 2021-08-14 10:40:16 +02:00
.env Working registration/auth 2021-08-14 10:26:44 +02:00
.gitignore Added sqlite stuff to ignore 2021-08-12 20:13:18 +02:00
CHANGELOG.md 🚀RELEASE 0.0.2 2021-08-14 10:41:17 +02:00
Dockerfile Added basics for auth 2021-08-14 10:09:05 +02:00
README.md Updated readme 2021-08-14 10:34:50 +02:00
docker-compose.yml Added image builds by drone 2021-08-14 10:36:53 +02:00
knexfile.js Updated prod db config to sqlite 2021-08-12 20:14:54 +02:00
package.json 🚀RELEASE 0.0.2 2021-08-14 10:41:17 +02:00

README.md

LinkyLinky 🔗

A small url shortener, originaly developed for kauft.es

Dev Setup 🛠

Runs on port 3000

Yarn

yarn
yarn migrate
yarn dev

NPM

npm i
npm run migrate
npm run dev

Docker 🐳

Runs on port 3000

docker-compose build
docker-compose up