Frontend made with Sveltekit and TailwindCSS
Backend made with ExpressJS and Prisma with SQLite3
PUBLIC_API_ADDRESS='Your_localhost_backend_server'
DATABASE_URL="file:../path/to/db" SESSION_SECRET="ANY SECRET FOR EXPRESS SESSION COOKIES"