phartenfeller / sveltekit-1.0-sqlite-demo-app

My demo app of various SvelteKit experiments from my YouTube series.
https://sveltekit-demo.hartenfeller.dev
106 stars 19 forks source link
authentication authorization sqlite sqlite3 svelte sveltekit tutorial

Svelte Kit 1.0 + SQLite Demo App

Code from following YouTube tutorials:

Full Playlist: SvelteKit

Run locally

Docker

Build and Run App

Build Container:

docker build -t sveltekit-sqlite-img .

Run Container:

docker run -d -p 3000:3000 \
  --mount type=bind,source="$(pwd)"/data/,target=/app/data/ \
  --rm --name sveltekit-sqlite \
  sveltekit-sqlite-img

MailCrab

docker run --rm -p 1080:1080 -p 1025:1025 marlonb/mailcrab:latest

More info: https://github.com/tweedegolf/mailcrab