Url shortner
Go to file
Nicolai Ort 4ffc06db7b
continuous-integration/drone/push Build is passing Details
🚀RELEASE 0.4.2
2021-08-18 17:47:16 +02:00
migrations Implemented jwtcount basics 2021-08-18 16:09:34 +02:00
src Changed register api route and added user deletion route 2021-08-18 17:46:49 +02:00
.drone.yml Added tag builds 2021-08-14 10:40:16 +02:00
.env Get all api endpoints 2021-08-14 11:50:03 +02:00
.gitignore add lockfile [skip-ci] 2021-08-14 10:44:41 +02:00
CHANGELOG.md 🚀RELEASE 0.4.2 2021-08-18 17:47:16 +02:00
Dockerfile Weired knex env fix 2021-08-14 13:23:11 +02:00
LICENSE Added license 2021-08-14 16:00:45 +02:00
README.md Updated readme 2021-08-14 15:52:56 +02:00
docker-compose.yml Added optional db volume to docker-compose 2021-08-14 13:09:40 +02:00
knexfile.js Prod db now resides in db folder 2021-08-14 12:56:02 +02:00
package.json 🚀RELEASE 0.4.2 2021-08-18 17:47:16 +02:00
yarn.lock Basic jwt implementation :party: 2021-08-18 15:57:23 +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